FMX.Controls.Model.TDataModel.TDataSource

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef System::Generics::Collections::TDictionary__2<System::UnicodeString,System::Rtti::TValue>* TDataSource;

Properties

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

Description

Dictionary of key-value pairs where keys are strings and values are instances of TValue.

Defines a collection of key-value pairs that can represent an arbitrary custom data that the data model can contain. If the data model does not have any custom data, TDataSource returns nil.

See Also