LoadMarkers method (Marker Control)
Builder Syntax |
int LoadMarkers (AnsiString strFileName, unsigned uFlags); |
Delphi Syntax |
Function LoadMarkers (strFileName:String; uFlags: Cardinal): Integer; |
Overview |
Refer to Implementing Markers. |
Remarks
Loads metadata markers (COM and APPn) stored in the specified file.
To save the collection of metadata markers to a file, call SetMarkers method.
See Also
Elements: |
SetMarkers method, WriteMetadata method, TransformFile method, EnumMarkers method, InsertMarker method, GetMarker, Count property |
Topics |