API:FMX.ListView.Appearances.TTextButtonObjectAppearance

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ListView.Appearances.TCustomTextButtonObjectAppearanceFMX.ListView.Appearances.TCommonObjectAppearanceFMX.ListView.Appearances.TObjectAppearanceSystem.Classes.TPersistentTTextButtonObjectAppearance

Delphi

TTextButtonObjectAppearance = class(TCustomTextButtonObjectAppearance)

C++

class PASCALIMPLEMENTATION TTextButtonObjectAppearance : public TCustomTextButtonObjectAppearance

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 a text button object.

FMX.ListView.Appearances.TTextButtonObjectAppearance inherits from FMX.ListView.Appearances.TCustomTextButtonObjectAppearance. All content below this line refers to FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.

Implements functionality for describing the graphical appearance of a text button object.

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

See Also