Show: Delphi
C++
Display Preferences
FMX.Types.TFillTextFlag
From XE3 API Documentation
Delphi
TFillTextFlag = (ftRightToLeft);
C++
enum class DECLSPEC_DENUM TFillTextFlag : unsigned int { ftRightToLeft };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Specifies the filling direction of a text.
TFillTextFlag has the following value:
| Value | Meaning |
|---|---|
|
|
The filling direction is from right to left. |