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 TDSJSONService instance.

Call Destroy to destroy the TDSJSONService instance.

See Also