TLabel

From OpenEUO
Revision as of 15:38, 5 October 2010 by 46.127.27.108 (Talk) (Created page with "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 ...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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: