LineItemCount Property
The number of records in the Item arrays.
Syntax
__property int LineItemCount = {read=FLineItemCount, write=FSetLineItemCount};
Default Value
0
Remarks
This property controls the size of the following arrays:- ItemCommodityCode
- ItemDescription
- ItemDiscountAmount
- ItemDiscountRate
- ItemName
- ItemProductCode
- ItemQuantity
- ItemTaxable
- ItemTaxAmount
- ItemTaxRate
- ItemTaxType
- ItemTotal
- ItemUnitCost
- ItemUnits
This property is not available at design time.
Data Type
Integer