API:Datasnap.DSHTTPCommon.TDSCacheResultCommandHandler.GetCommandCount

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetCommandCount: Integer; override;

C++

virtual int __fastcall GetCommandCount(void);

Propriétés

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

Description

Obtient le nombre de commandes.

Datasnap.DSHTTPCommon.TDSCacheResultCommandHandler.GetCommandCount hérite de Data.DBXCommon.TResultCommandHandler.GetCommandCount. Tout le contenu en-dessous de cette ligne se réfère à Data.DBXCommon.TResultCommandHandler.GetCommandCount.

Obtient le nombre de commandes.

GetCommandCount renvoie le nombre de commandes gérées par cette instance.

Remarque : Cette méthode est abstraite, vous devez utiliser une de ses méthodes descendantes.

Voir aussi