ElementCount property(Marker Control)
Builder Syntax |
int ElementCount |
Delphi Syntax |
ElementCount: Integer; |
Overview |
Refer to Implementing Markers. |
Remarks
Value that indicates the number of elements in the current marker.
When the GetMarker method is called, this property is updated with the number of elements in the retrieved marker.
When inserting a marker, set this property along with the Element property and the Type property, before calling the InsertMarker method.
See Also