FMX.StdCtrls.TLabel

Delphi
TLabel = class(TPresentedTextControl)
C++
class PASCALIMPLEMENTATION TLabel : public TPresentedTextControl
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.StdCtrls.pas FMX.StdCtrls.hpp |
FMX.StdCtrls | FMX.StdCtrls |
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 also be used to label another control. 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.