FMX.Types.TTextTrimming
Delphi
TTextTrimming = (None, Character, Word);
C++
enum class DECLSPEC_DENUM TTextTrimming : unsigned int { None, Character, Word };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Specifies the behavior of the text when it overflows the content area.
TTextTrimming may take the following values:
Value | Meaning |
---|---|
|
No text trimming is performed. |
|
Text is trimmed at the character closest to the trimming edge. |
|
Text is trimmed at the end of the first full word closest to the trimming edge. |