Datasnap.DSHTTPCommon.TDSServiceResponseHandler.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDSServiceResponseHandler();

Properties

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

Description

Attempts to clear the commands and then to free the commands list.

The Destroy destructor attempts to clear the commands and then to free the commands list.

See Also