2019.1

Table Of Contents
Warning
Under no circumstances should any other objects of this library be created directly. Always use
the published APIs to create new objects.
Warning
The Metadata objects point to an underlying persistent data store. This means that if there are live
references to Metadata objects and the underlying data is destroyed (e.g. a new file is loaded), the
objects would point to invalid data. The effect of calling any object method in these circumstances is
undefined and may result in memory corruption, crash or loss of data.
Methods
Name Description
Job() Returns the "MetaJob" on the facing page node,
which sits at the top of the Metadata tree structure.
"LoadFromFile(const String Filename
)" below
Loads a Metadata file from the file system.
"SaveToFile(const String Filename)"
on the facing page
Saves a Metadata file to the file system.
"Export(const String Filename,
TExportFormat Format)" on the facing
page
Exports the Metadata in a non-native format.
LoadFromFile(const String Filename )
Loads a Metadata file from the file system.
Filename
Name of the file to load.
Page 188