InvoiceItemUnitPrice Property
Price of the item (in the currency specified by CurrencyCode ).
Syntax
__property String InvoiceItemUnitPrice[int InvoiceItemIndex] = {read=FInvoiceItemUnitPrice, write=FSetInvoiceItemUnitPrice};
Default Value
""
Remarks
Price of the item (in the currency specified by CurrencyCode).
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