TLabel

From OpenEUO
Jump to: navigation, search

Use TLabel to add text that the user can’t edit to a form. This text can be used to label another control, and can set focus to that control when the user types an accelerator key.

Because TLabel is not a descendant of TWinControl, it does not have its own window and can’t receive direct input from the keyboard. To add an object to a form that displays text that a user can scroll or edit, use TEdit.

Inherited from TControl:

Inherited from TComponent:

Inherited from TObject: