API:FMX.ListView.Appearances.TTextObjectAppearance

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ListView.Appearances.TCustomTextObjectAppearanceFMX.ListView.Appearances.TCommonObjectAppearanceFMX.ListView.Appearances.TObjectAppearanceSystem.Classes.TPersistentSystem.TObjectTTextObjectAppearance

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

Implements functionality for describing the graphical appearance of the text of a list view item.

FMX.ListView.Appearances.TTextObjectAppearance inherits from FMX.ListView.Appearances.TCustomTextObjectAppearance. All content below this line refers to FMX.ListView.Appearances.TCustomTextObjectAppearance.

Implements functionality for describing the graphical appearance of the text of a list view item.

The functionality implemented by Appearances.TCustomTextObjectAppearance refers to the font, text alignment (both horizontal and vertical), word wrapping, text color, and trimming.

See Also