FMX.ListView.Appearances.TListViewItem.Data

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Data[const AIndex: string]: TValue read GetData write SetData;

C++

__property System::Rtti::TValue Data[const System::UnicodeString AIndex] = {read=GetData, write=SetData};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TListViewItem

Description

Binds data to a list of items in a TListView. It supports assigning either simple values such as numbers or classes descended from TBitmap. For other classes, use the Tag property instead of Data.

Note: Use the Data field in LiveBinding communication, not for general purpose usage.

See Also