NativeXml Help
ComponentCreateFromXmlNode
function ComponentCreateFromXmlNode(ANode: TXmlNode; Owner: TComponent; const Name: string): TComponent;
Description
Create and read a component from the TXmlNode ANode. In order to successfully create the component from scratch, the component's class must be registered beforehand with a call to RegisterClass. Specify Owner to add the component as a child to Owner's component list. This is usually a form. Specify Name as the new component name for the created component.