2019.1

Table Of Contents
Exceptions
l EOleException: Invalid metadata file or other error while loading.
SaveToFile(const String Filename)
Saves the current Metadata structure in a file.
Filename
Name of the file to save into. If the file already exists, the file is overwritten and its current
contents is lost.
Export(const String Filename, TExportFormat Format)
Exports the Metadata in a non-native format.
Filename
Name of the file to save to. If the file already exists, the file is overwritten and its current
content is lost.
Format
Format in which to save the file. The only value currently supported is efXml21 (value = 0),
which is an XML format corresponding to the former Metadata native file format.
Exceptions
l EOleException: The specified export format is invalid.
MetaJob
Properties
Name Type Description
"Attributes" on
page221
MetaCollection Returns the node's attribute collection. (See the
"Metadata Attributes reference" on page222.)
"Count" on
page206
Integer Returns the number of child nodes.
Page 189