API:Datasnap.DSHTTPCommon.TDSServiceResponseHandler.ClearCommands

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ClearCommands; override;

C++

virtual void __fastcall ClearCommands();

Properties

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

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.

See Also