API:Datasnap.DSService.TDSJSONService.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDSJSONService();

Properties

Type Visibility Source Unit Parent
destructor public
Datasnap.DSService.pas
Datasnap.DSService.hpp
Datasnap.DSService TDSJSONService

Description

Destroys the TDSService instance.

Datasnap.DSService.TDSJSONService.Destroy inherits from Datasnap.DSService.TDSService.Destroy. All content below this line refers to Datasnap.DSService.TDSService.Destroy.

Destroys the TDSService instance.

Call Destroy to destroy the TDSService instance.

See Also