Versions Compared

Key

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

...

Creates a new TButton and sets the Left, Top, Caption and ModalResult Properties as specified. Do not attempt to destroy or free a TButton created with NewButton.

DeclarationSyntax:

Procedure: NewButton(Left, Top: Integer; Caption: String; Modalresult: Integer): TButton;

...