API:FMX.ListView.Appearances.TGlyphButtonObjectAppearance

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ListView.Appearances.TCustomGlyphButtonObjectAppearanceFMX.ListView.Appearances.TCommonObjectAppearanceFMX.ListView.Appearances.TObjectAppearanceTGlyphButtonObjectAppearance

Delphi

TGlyphButtonObjectAppearance = class(TCustomGlyphButtonObjectAppearance)

C++

class PASCALIMPLEMENTATION TGlyphButtonObjectAppearance : public TCustomGlyphButtonObjectAppearance

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 glyph button, such as a Delete button or an Add button.

FMX.ListView.Appearances.TGlyphButtonObjectAppearance inherits from FMX.ListView.Appearances.TCustomGlyphButtonObjectAppearance. All content below this line refers to FMX.ListView.Appearances.TCustomGlyphButtonObjectAppearance.

Base class for types of object appearance that represent the appearance of a list view item glyph button, such as a Delete button or an Add button.

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

See Also