API:Datasnap.DSHTTPCommon.TDSCacheResultCommandHandler.GetCommandCount
| [–] 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.