FMX.Controls.Model.TDataModel.Data

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls.Model.pas
FMX.Controls.Model.hpp
FMX.Controls.Model TDataModel

Description

Value on the data model for the specified key.

See Also