FMX.ListBox.TListBoxItemData.Accessory

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Accessory: TAccessory read GetAccessory write SetAccessory default TAccessory.aNone;

C++

__property TAccessory Accessory = {read=GetAccessory, write=SetAccessory, default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxItemData

Description

Specifies additional items to associate with the ItemData of a TListBoxItem.

In the Object Inspector, Accessory adds to the selected list box item any one of the following items:

  • Checkmark icon CheckItemData.png
  • Detail icon DetailItemData.png
  • More icon MoreItemData.png
  • No icon (this is the default)

For more information, see FMX.ListBox.TListBoxItem.ItemData.

See Also