Show: Delphi C++
Display Preferences

FMX.Types.TTextTrimming

From XE3 API Documentation
Jump to: navigation, search

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

ttNone

No text trimming is performed.

ttCharacter

Text is trimmed at the character closest to the trimming edge.

ttWord

Text is trimmed at the end of the first full word closest to the trimming edge.

See Also

Personal tools
Translations