Versions Compared

Key

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

...

Creates and returns a new TLabel object and sets the Left, Top and Caption properties. Do not attempt to destroy or free labels created with NewLabel.Declaration:

Syntax:

Procedure: NewLabel(Left, Top: Integer; Caption: String): TLabel;

...