FMX.ListView.Appearances.TTextObjectAppearance

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ListView.Appearances.TCustomTextObjectAppearanceFMX.ListView.Appearances.TCommonObjectAppearanceFMX.ListView.Appearances.TObjectAppearanceSystem.Classes.TInterfacedPersistentTTextObjectAppearance

Delphi

TTextObjectAppearance = class(TCustomTextObjectAppearance)

C++

class PASCALIMPLEMENTATION TTextObjectAppearance : public TCustomTextObjectAppearance

Properties

Type Visibility Source Unit Parent
class public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances FMX.ListView.Appearances

Description

Object appearance that represents the appearance of a list view item text.

Using a TCommonObjectAppearance Subclass describes how to use the core features of TTextObjectAppearance.

In addition to the core features, TTextObjectAppearance provides the following properties to customize the object appearance:

TTextObjectAppearance Property Corresponding TListItemText Property
Font Font
IsDetailText* IsDetailText
TextAlign TextAlign
TextColor TextColor
TextVertAlign TextVertAlign
Trimming Trimming
WordWrap WordWrap
* IsDetailText is public but not published.

See Also