Show: Delphi
C++
Display Preferences
FMX.Controls.TLabel
From XE3 API Documentation
Delphi
TLabel = class(TTextControl)
C++
class PASCALIMPLEMENTATION TLabel : public Fmx::Types::TTextControl
Contents |
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | FMX.Controls |
Description
Represents a graphical control used to display text in FireMonkey forms.
Use TLabel components in FireMonkey forms to add text that the user cannot edit. This text can be used to label another control, and can set focus to that control when the user presses an accelerator key. A TLabel component cannot receive tab focus.
To add an object to a form that displays text that a user can scroll or edit, use a TEdit.