FMX.ListBox.TListBoxItem.Data

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Data: TObject read FData write FData;

C++

__property System::TObject* Data = {read=FData, write=FData};

Properties

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

Description

Stores a Tvalue, which is a data structure that can store different kinds of data types.

FMX.ListBox.TListBoxItem.Data inherits from FMX.Types.TFmxObject.Data. All content below this line refers to FMX.Types.TFmxObject.Data.

Stores a Tvalue, which is a data structure that can store different kinds of data types.

Data has no predefined meaning. Although Data is used for LiveBinding, any succesor override this behavior. Then, the behaviour of Data is based on the type of its value.

Note: Do not use this member. It is for internal use only.