Datasnap.DSHTTPCommon.TDSCacheResultCommandHandler.GetParameterCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetParameterCount(Index: Integer): Integer; override;

C++

virtual int __fastcall GetParameterCount(int Index);

Properties

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

Description

Returns the number of parameters handled by the given command.

The GetParameterCount method returns the number of parameters handled by the given command. Note that the command is specified through its index.

See Also