FMX.ListView.Appearances.TCustomAccessoryObjectAppearance

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TCustomAccessoryObjectAppearance = class(TCommonObjectAppearance)

C++

class PASCALIMPLEMENTATION TCustomAccessoryObjectAppearance : 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 an accessory object.

The functionality implemented by Appearances.TCustomAccessoryObjectAppearance refers to the accessory type, which can be:

  • Check mark accessory icon.
  • Detail accessory icon.
  • More accessory icon.

See Also