InvoiceItemCount Property
The number of records in the InvoiceItem arrays.
Syntax
__property int InvoiceItemCount = {read=FInvoiceItemCount, write=FSetInvoiceItemCount};
Default Value
0
Remarks
This property controls the size of the following arrays:- InvoiceItemDate
- InvoiceItemDescription
- InvoiceItemName
- InvoiceItemQuantity
- InvoiceItemTaxName
- InvoiceItemTaxRate
- InvoiceItemUnitPrice
This property is not available at design time.
Data Type
Integer