Show: Delphi
C++
Display Preferences
FMX.Types.TTextControl.FText
From XE2 API Documentation
Delphi
FText: string;
C++
System::UnicodeString FText;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| field | protected | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TTextControl |
Description
Internally used to hold the text displayed by TTextControl or one of its descendants.
Do not use FText directly in applications. Use the Text property instead.