Data.DBXClient.TDBXClientParameterRow.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: protected
Source:
Data.DBXClient.pas
Data.DBXClient.hpp
Unit: Data.DBXClient
Parent: TDBXClientParameterRow

Delphi

constructor Create(DBXContext: TDBXContext; ReaderHandle: Integer;
DbxClientCommand: TDBXClientCommand;
DbxStreamReader: TDbxJSonStreamReader; DbxStreamWriter: TDbxJSonStreamWriter;
DbxRowBuffer: TDBXRowBuffer);

C++

__fastcall TDBXClientParameterRow(Data::Dbxcommon::TDBXContext* DBXContext, int ReaderHandle, TDBXClientCommand* DbxClientCommand, Data::Dbxstream::TDBXJSonStreamReader* DbxStreamReader, Data::Dbxstream::TDBXJSonStreamWriter* DbxStreamWriter, Data::Dbxstream::TDBXRowBuffer* DbxRowBuffer);

Description

Creates a TDBXClientParameterRow instance.


Create is used to create a new TDBXClientParameterRow instance. This is an internal method; you do not need to use it directly.

See Also