Datasnap.DSHTTPCommon.TDSCommandComplexParams.GetParameter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetParameter(Index: Integer): TDBXParameter;

C++

Data::Dbxcommon::TDBXParameter* __fastcall GetParameter(int Index);

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSCommandComplexParams

Description

Returns the DBX parameter specified by the given Index.

The GetParameter method returns the DBX parameter specified by the given Index. The method is for internal use only.

See Also