API:FMX.ListView.Appearances.TGlyphButtonObjectAppearance

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ListView.Appearances.TCustomGlyphButtonObjectAppearanceFMX.ListView.Appearances.TCommonObjectAppearanceFMX.ListView.Appearances.TObjectAppearanceSystem.Classes.TPersistentTGlyphButtonObjectAppearance

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

Implements functionality for describing the graphical appearance of a glyph (graphical) button object.

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

Implements functionality for describing the graphical appearance of a glyph (graphical) button object.

The functionality implemented by Appearances.TCustomGlyphButtonObjectAppearance refers to the button type, which can be:

  • Add button.
  • Check box style button.
  • Delete button.

See Also