Datasnap.DSHTTPCommon.TDSServiceResponseHandler.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: destructor
Visibility: public
Source:
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Unit: Datasnap.DSHTTPCommon
Parent: TDSServiceResponseHandler

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~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