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 TDBXJSONTableReader.

The Create constructor creates an instance of the TDBXJSONTableReader class.

See Also