ChangeMarker Property
A marker when changes are paged.
Syntax
__property String ChangeMarker = {read=FChangeMarker, write=FSetChangeMarker};
Default Value
""
Remarks
This property returns a marker used to iterate over pages of changes. When ListChanges is called, if the results are paged this property will be populated. Continue to call ListChanges until this property returns empty string in order to list all changes.
This property is not available at design time.
Data Type
String