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.

Dictionary of key-value pairs that are the data that the data model contains. Can be nil, if the data model does not have any data.

See Also