NativeXml Help
ObjectLoadFromXmlNode
procedure ObjectLoadFromXmlNode(AObject: TObject; ANode: TXmlNode; AParent: TComponent);
Description
Load all the published properties of AObject from the TXmlNode ANode. Specify AParent in order to resolve references to parent methods and events correctly.