Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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;

...