Datasnap.DSService.TDSJSONService.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDSJSONService();

Description

Destroys the TDSJSONService instance.

Call Destroy to destroy the TDSJSONService instance.

See Also