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.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

Base class for types of object appearance that represent the appearance of a list view item text.

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

Base class for types of object appearance that represent the appearance of a list view item text.

In addition to the functionality provided by TCommonObjectAppearance, TCustomTextObjectAppearance and subclasses provide the following properties to customize the object appearance:

See Also