NativeXml Help
FormCreateFromXmlString
function FormCreateFromXmlString(const Value: string; Owner: TComponent; const Name: string): TForm;
Description
Create and read a form from the XML string in Value. 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.