ICustomObjectResolver.WriteFromXML

Fore Syntax

WriteFromXML(Var Xml: Variant);

Fore.NET Syntax

WriteFromXML(Var Xml: object);

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.

Fore and Fore.NET Examples

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

See also:

ICustomObjectResolver