InvoiceItemName Property
SKU or name of the item.
Syntax
__property String InvoiceItemName[int InvoiceItemIndex] = {read=FInvoiceItemName, write=FSetInvoiceItemName};
Default Value
""
Remarks
SKU or name of the item.
This property is required.
The size of the array is controlled by the InvoiceItemCount property.
This property is not available at design time.
Data Type
String