NativeXml Help
ObjectLoadFromXmlString
procedure ObjectLoadFromXmlString(AObject: TObject; const Value: string; AParent: TComponent);
Description
Load all the published properties of AObject from the XML string in Value. Specify AParent in order to resolve references to parent methods and events correctly.