NewForm
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.
Syntax:
Procedure: NewForm(Width, Height: Integer; Caption: String): TForm;
API Call:
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.
Syntax:
Procedure: NewForm(Width, Height: Integer; Caption: String): TForm;
API Call: