Datasnap.DSHTTPCommon.TDSCommandComplexParams.AddParameter
Delphi
function AddParameter(Parameter: TDBXParameter): Integer;
C++
int __fastcall AddParameter(Data::Dbxcommon::TDBXParameter* Parameter);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp |
Datasnap.DSHTTPCommon | TDSCommandComplexParams |
Description
Adds the given DBX parameter and returns the total number of parameters.
The AddParameter method adds the given DBX parameter and returns the total number of parameters. The method is for internal use only.