ItemCost Property
Line item property: Unit cost for item.
Syntax
__property String ItemCost[int ItemIndex] = {read=FItemCost, write=FSetItemCost};
Default Value
""
Remarks
Line item property: Unit cost for item.
The unit cost for this item.
If ItemAmount is specified, then ItemCost will be calculated automatically and should not be specified.
The amount should be formatted as a string in dollars.
The size of the array is controlled by the ItemCount property.
This property is not available at design time.
Data Type
String