ChangeId Property
The Id of the change.
Syntax
char* GetChangeId(int iChangeIndex);
int SetChangeId(int iChangeIndex, char* lpszChangeId);
Default Value
""
Remarks
The Id of the change.
This property holds the Id of the change. It will be a numerical value that will increase for each change.
The size of the array is controlled by the ChangeCount property.
This property is not available at design time.
Data Type
String