FMX.ListView.Appearances.TCustomTextObjectAppearance

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ListView.Appearances.TCommonObjectAppearanceFMX.ListView.Appearances.TObjectAppearanceSystem.Classes.TPersistentSystem.TObjectTCustomTextObjectAppearance

Delphi

TCustomTextObjectAppearance = class(TCommonObjectAppearance)

C++

class PASCALIMPLEMENTATION TCustomTextObjectAppearance : public TCommonObjectAppearance

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.

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

See Also