API:FMX.ListView.Appearances.TAccessoryObjectAppearance

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ListView.Appearances.TCustomAccessoryObjectAppearanceFMX.ListView.Appearances.TCommonObjectAppearanceFMX.ListView.Appearances.TObjectAppearanceTAccessoryObjectAppearance

Delphi

TAccessoryObjectAppearance = class(TCustomAccessoryObjectAppearance)

C++

class PASCALIMPLEMENTATION TAccessoryObjectAppearance : public TCustomAccessoryObjectAppearance

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 accessory, such as a checkbox or a button to access details about the list view item.

FMX.ListView.Appearances.TAccessoryObjectAppearance inherits from FMX.ListView.Appearances.TCustomAccessoryObjectAppearance. All content below this line refers to FMX.ListView.Appearances.TCustomAccessoryObjectAppearance.

Base class for types of object appearance that represent the appearance of a list view item accessory, such as a checkbox or a button to access details about the list view item.

In addition to the functionality provided by TCommonObjectAppearance, TCustomAccessoryObjectAppearance and subclasses provide the AccessoryType property to customize the type of list view item accessory represented.

See Also