Datasnap.DSHTTPCommon.TDSCommandComplexParams.GetParameterCount

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 GetParameterCount: Integer;

C++

int __fastcall GetParameterCount();

Description

Returns the number of parameters.

The GetParameterCount method returns the number of DBX parameters. The method is for internal use only.

See Also