Data.DBXCommon.TResultCommandHandler.GetCommand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TResultCommandHandler

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