FMX.ListView.Appearances.TCustomGlyphButtonObjectAppearance

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ListView.Appearances.TCommonObjectAppearanceFMX.ListView.Appearances.TObjectAppearanceSystem.Classes.TPersistentSystem.TObjectTCustomGlyphButtonObjectAppearance

Delphi

TCustomGlyphButtonObjectAppearance = class(TCommonObjectAppearance)

C++

class PASCALIMPLEMENTATION TCustomGlyphButtonObjectAppearance : 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 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