ICustomObjectResolver.ReadToXML

Syntax

ReadToXML(Var Xml: Variant);

Parameters

Xml. The object, to which data is read.

Description

The ReadToXML method reads custom object data to XML format.

Comments

To write data to the custom object from XML format, use the ICustomObjectResolver.WriteFromXML method.

Example

The method use is given in the example for IMetabaseUpdateProgress.OnBeforeCustomObjectSaveToPef.

See also:

ICustomObjectResolver