Data.DBXCommon.TResultCommandHandler.GetCommand

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TResultCommandHandler

Delphi

function GetCommand(Index: Integer): TDBXCommand; virtual; abstract;

C++

virtual TDBXCommand* __fastcall GetCommand(int Index) = 0 ;

Description

Gets the parameter for the given index.

GetCommand returns the command's parameter for the index received through the Index parameter.

Note: This method is abstract; you should use one of its descendent methods.

See Also