Versions Compared

Key

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

NewButton



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.



Syntax:

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


API Call:

Code Block
languagedelphi
titleScripting
linenumberstrue
collapsetrue