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

A collection of key-value pairs that can represent an arbitrary custom data that the data model contains.

Can be nil, if the data model does not have any custom data.

See Also