FMX.Types.TFmxObject.Data

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Data: TValue read GetData write SetData;

C++

__property System::Rtti::TValue Data = {read=GetData, write=SetData};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TFmxObject

Description

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.