Show: Delphi
C++
Display Preferences
FMX.Types.TTextTrimming
From XE3 API Documentation
Delphi
TTextTrimming = (ttNone, ttCharacter, ttWord);
C++
enum class DECLSPEC_DENUM TTextTrimming : unsigned int { ttNone, ttCharacter, ttWord };
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. |