API:Datasnap.DSHTTPCommon.TDSCacheResultCommandHandler.GetCommandCount

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 GetCommandCount: Integer; override;

C++

virtual int __fastcall GetCommandCount();

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