API: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 TDBXReader.

Data.DBXCommonTable.TDBXJSONTableReader.Create erbt von Data.DBXCommon.TDBXReader.Create. Der folgende Inhalt bezieht sich auf Data.DBXCommon.TDBXReader.Create.

Erstellt eine Instanz von TDBXReader.

Dieser Konstruktor erstellt und initialisiert eine Instanz von TDBXReader.

Siehe auch