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.

Instances of TPresentedControl and data models use data records to exchange key-value pairs internally.

See Also