API:Data.DBXCommonTable.TDBXJSONTableReader.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Unit: Data.DBXCommonTable
Parent: TDBXJSONTableReader

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

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