ItemLineId Property
Identification number of the transaction line, used for Updates.
Syntax
char* GetItemLineId(int iItemIndex);
int SetItemLineId(int iItemIndex, char* lpszItemLineId);
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