ICustomObjectResolver.WriteFromXML

Syntax

WriteFromXML(Var Xml: Variant);

Parameters

Xml. The object, from which data for write is obtained.

Description

The WriteFromXML method writes data to the custom object in the XML format.

Comments

To read data from the custom object to XML format, use the ICustomObjectResolver.ReadToXML method.

Example

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

See also:

ICustomObjectResolver