CopyMarkers method (Marker Control)
Builder Syntax |
|
Delphi Syntax |
Function CopyMarkers (Dst: TLEADMarker; Src: TLEADMarker): Integer; |
Overview |
Refer to Implementing Markers. |
Remarks
Copies the specified source collection of metadata markers to the specified destination TLEADMarker object.
If Src is NULL, then the method will return ERROR_INVALID_BUFFER.
See Also