Datasnap.DSService.TDSService.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: TDSService

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDSService();

Description

Destroys the TDSService instance.

Call Destroy to destroy the TDSService instance.

See Also