Element property(Marker Control)
Builder Syntax |
Byte Element[int nIndex] |
Delphi Syntax |
Element[nIndex: Integer]: Byte; |
Overview |
Refer to Implementing Markers. |
Remarks
Gets or sets the array of elements in the current marker.
When the GetMarker method is called, this property is updated with the actual elements in the retrieved marker.
When inserting a marker, set this property along with the ElementCount property and the MarkerType property, before calling the InsertMarker method.
See Also