Dodane przez admin - śr., 04/25/2018 - 18:20

Represents a graphical control used to display text in FireMonkey forms.

TLabel control shows a text. The user cannot edit this text. A TLabel control can be used to label another control and can set focus to this control when the user presses an accelerator key assigned to the TLabel control.

TLabel controls cannot receive focus.

The Text property can be used to set an accelerator key to a TLabel control. The FocusControl property keeps the control that receives the focus when the accelerator key is pressed.

To add an object to a form that displays text that a user can scroll or edit, use a TEdit.