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