ReadToXML(Var Xml: Variant);
ReadToXML(Var Xml: object);
Xml. The object, to which data is read.
The ReadToXML method reads custom object data to XML format.
To write data to the custom object from XML format, use the ICustomObjectResolver.WriteFromXML method.
The method use is given in the example for IMetabaseUpdateProgress.OnBeforeCustomObjectSaveToPef.
See also: