FMX.ListBox.TListBoxItem.ItemData

From RAD Studio API Documentation

Delphi

property ItemData: TListBoxItemData read FItemData write SetItemData;

C++

__property TListBoxItemData* ItemData = {read=FItemData, write=SetItemData};

Properties

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

Description

Specifies various data that can be attached to a TListBoxItem in order to be shown in the list box.

Use the ItemData property in order to attach various data to a list box item. This data can then be displayed in the list box.

Error creating thumbnail: Unable to save thumbnail to destination

ItemData has four sub-properties:

Error creating thumbnail: Unable to save thumbnail to destination

In the picture above, two list box items are present in the list:

  • The first one has a bitmap image, additional text description and no accessory icon.
  • The second one has a bitmap image, additional text description and the Detail accessory icon.

See Also