API:Data.DBXCommonTable.TDBXJSONTableReader.Create

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
constructor public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXJSONTableReader

Description

Creates an instance of TDBXReader

Data.DBXCommonTable.TDBXJSONTableReader.Create inherits from Data.DBXCommon.TDBXReader.Create. All content below this line refers to Data.DBXCommon.TDBXReader.Create.

Creates an instance of TDBXReader

This constructor creates and initializes an instance of TDBXReader.

See Also