FMX.ListView.Types.TListItemAccessory

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ListView.Types.TListItemDrawableSystem.Classes.TInterfacedPersistentSystem.Classes.TPersistentSystem.TObjectTListItemAccessory

Delphi

TListItemAccessory = class(TListItemDrawable)

C++

class PASCALIMPLEMENTATION TListItemAccessory : public TListItemDrawable

Properties

Type Visibility Source Unit Parent
class public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types FMX.ListView.Types

Description

Implements functionality for representing the accessory type component of a list view item.

The functionality implemented by TListItemAccessory refers to the accessory type icon of a list view item. The accessory type can be:

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

See Also