ICustomObjectResolver.ReadToXML

Fore Syntax

ReadToXML(Var Xml: Variant);

Fore.NET Syntax

ReadToXML(Var Xml: object);

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.

Fore and Fore.NET Examples

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

See also:

ICustomObjectResolver