API:Datasnap.DSHTTPCommon.TDSJsonResponseHandler.Destroy
| [–] Properties | |
|---|---|
| Type: destructor | |
| Visibility: public | |
| Source: Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp
| |
| Unit: Datasnap.DSHTTPCommon | |
| Parent: TDSJsonResponseHandler | |
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TDSJsonResponseHandler();
Description
Attempts to clear the commands and then to free the commands list.
Datasnap.DSHTTPCommon.TDSJsonResponseHandler.Destroy inherits from Datasnap.DSHTTPCommon.TDSServiceResponseHandler.Destroy. All content below this line refers to Datasnap.DSHTTPCommon.TDSServiceResponseHandler.Destroy.
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.