Data.DBXCommonTable.TDBXJSONTableReader.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(const DbxContext: TDBXContext; const Table: TJSONObject; const OwnsJSONObject: Boolean = false);

C++

__fastcall TDBXJSONTableReader(Data::Dbxcommon::TDBXContext* const DbxContext, System::Json::TJSONObject* const Table, const bool OwnsJSONObject);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXJSONTableReader

Beschreibung

Erstellt eine Instanz von TDBXJSONTableReader.

Der Konstruktor Create erstellt eine Instanz der Klasse TDBXJSONTableReader.

Siehe auch