Data.DBXStreamPlatform.TDBXJSonRow.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

constructor Create( DBXContext: TDBXContext;
DbxStreamReader: TDbxJSonStreamReader;
DbxStreamWriter: TDbxJSonStreamWriter;
DbxRowBuffer: TDBXRowBuffer;
AOwnsRow: Boolean);

C++

__fastcall TDBXJSonRow(Data::Dbxcommon::TDBXContext* DBXContext, Data::Dbxstream::TDBXJSonStreamReader* DbxStreamReader, Data::Dbxstream::TDBXJSonStreamWriter* DbxStreamWriter, Data::Dbxstream::TDBXRowBuffer* DbxRowBuffer, bool AOwnsRow);

Description

Inherently calls the upper class constructor.

Data.DBXStreamPlatform.TDBXJSonRow.Create inherits from Data.DBXCommonTable.TDBXStreamerRow.Create. All content below this line refers to Data.DBXCommonTable.TDBXStreamerRow.Create.

Inherently calls the upper class constructor.

Create inherently calls the upper class (TDBXRow) constructor.

See Also