FMX.Controls.Model.TDataRecord

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef System::Generics::Collections::TPair__2<System::UnicodeString,System::Rtti::TValue> TDataRecord;

Properties

Type Visibility Source Unit Parent
typedef public FMX.Controls.Model.hpp FMX.Controls.Model FMX.Controls.Model

Description

Key-value pair where the key is a string and the value is an instance of TValue.

Presented controls and data models use data records to exchange key-value pairs internally. For example, when TDataModel reads or writes TDataModel.Data values, the data model sends MM_GETDATA or MM_DATA_CHANGED messages wrapping data in the TDataRecord format.

See Also