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