API: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 a basic functionality for describing the graphical appearance of an object.

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

Implements a basic functionality for describing the graphical appearance of an object.

The functionality implemented by Appearances.TCommonObjectAppearance refers to width, height, alignment, vertical alignment, visibility, place offset, and opacity of an object. Appearances.TCommonObjectAppearance is the parent class for:

All of the above classes implement functionality that describes the graphical appearance of various objects that are used in order to display a list box item.

See Also