Data.DBXClient.TDBXClientParameterRow.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
constructor protected
Data.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient TDBXClientParameterRow

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