...
Create a new TForm object and sets the width, height, and caption as specified. Do not attempt to destroy or free forms created with NewForm.
DeclarationSyntax:
Procedure: NewForm(Width, Height: Integer; Caption: String): TForm;
...
...
Create a new TForm object and sets the width, height, and caption as specified. Do not attempt to destroy or free forms created with NewForm.
DeclarationSyntax:
Procedure: NewForm(Width, Height: Integer; Caption: String): TForm;
...