NativeXml Help
FormCreateFromXmlFile
function FormCreateFromXmlFile(const FileName: string; Owner: TComponent; const Name: string): TForm;
Description
Create and read a form from the XML file with FileName. In order to successfully create the form from scratch, the form's class must be registered beforehand with a call to RegisterClass. Specify Owner to add the form as a child to Owner's component list. For forms this is usually Application. Specify Name as the new form name for the created form.