Datasnap.DSHTTPCommon.TDSCacheResultCommandHandler.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: TDSCacheResultCommandHandler

Delphi

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

C++

virtual int __fastcall GetParameterCount(int Index);

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