FMX.Controls.Model.TDataModel.DataSource

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property DataSource: TDataSource read FDataSource;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Controls.Model.pas
FMX.Controls.Model.hpp
FMX.Controls.Model TDataModel


Beschreibung

Dictionary mit Schlüssel/Wertepaaren, die die im Datenmodell enthaltenen Daten sind.

Siehe auch