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

Object appearance that represents the appearance of a list view item glyph button, such as a Delete button or an Add button.

Using a TCommonObjectAppearance Subclass describes how to use the core features of TGlyphButtonObjectAppearance.

In addition to the core features, TGlyphButtonObjectAppearance provides the following properties to customize the object appearance:

TGlyphButtonObjectAppearance Property Corresponding TListItemGlyphButton Property
ButtonType ButtonType
ClickOnSelect ClickOnSelect
Enabled Enabled

See Also