Datasnap.DSHTTPCommon.TDSCommandComplexParams.GetParameter

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Unit: Datasnap.DSHTTPCommon
Parent: TDSCommandComplexParams

Delphi

function GetParameter(Index: Integer): TDBXParameter;

C++

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

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