API:Datasnap.DSHTTPCommon.TDSServiceResponseHandler.ClearCommands
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp
| |
| Unit: Datasnap.DSHTTPCommon | |
| Parent: TDSServiceResponseHandler | |
Delphi
procedure ClearCommands; override;
C++
virtual void __fastcall ClearCommands();
Description
Clears the stored commands and errors messages.
Datasnap.DSHTTPCommon.TDSServiceResponseHandler.ClearCommands inherits from Data.DBXCommon.TRequestCommandHandler.ClearCommands. All content below this line refers to Data.DBXCommon.TRequestCommandHandler.ClearCommands.
Clears the stored commands and errors messages.
ClearCommands is used to clear all the commands and errors messages stored in TRequestCommandHandler.
Note: This method is abstract; you should use one of its descendent methods.