Versions Compared

Key

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

...

Creates a new TComboBox and sets the Left, Top and Text Properties as specified. Do not attempt to destroy or free a TComboBox created with NewComboBox.

DeclarationSyntax:

Procedure: NewComboBox(Left, Top: Integer; Text: String): TComboBox;

...