FMX.Controls.Model.TDataModel.DataSource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataSource: TDataSource read FDataSource;

C++

__property System::Generics::Collections::TDictionary__2<System::UnicodeString,System::Rtti::TValue>* DataSource = {read=FDataSource};

Properties

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

Description

Dictionary of key-value pairs that are the data that the data model contains.

See Also