ItemLineId Property
Identification number of the transaction line, used for Updates.
Syntax
__property String ItemLineId[int ItemIndex] = {read=FItemLineId, write=FSetItemLineId};
Default Value
""
Remarks
Identification number of the transaction line, used for Updates.
If you need to add a new transaction line in a transaction Update request, you can do so by setting the ItemLineId to -1.
The size of the array is controlled by the ItemCount property.
This property is not available at design time.
Data Type
String