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/or errors.

The ClearCommands method is used to clear the stored commands and/or errors.

See Also