API:Datasnap.DSHTTPCommon.TDSCacheResultCommandHandler.GetCommandCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCommandCount: Integer; override;

C++

virtual int __fastcall GetCommandCount(void);

Properties

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

Description

Gets the number of commands.

Datasnap.DSHTTPCommon.TDSCacheResultCommandHandler.GetCommandCount inherits from Data.DBXCommon.TResultCommandHandler.GetCommandCount. All content below this line refers to Data.DBXCommon.TResultCommandHandler.GetCommandCount.

Gets the number of commands.

GetCommandCount returns the number of commands handled by this instance.

Note: This method is abstract; you should use one of its descendent methods.

See Also