Vcl.SvcMgr.TService.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TService();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.SvcMgr.pas
Vcl.SvcMgr.hpp
Vcl.SvcMgr TService

Description

Disposes of a TService instance.

Destroy frees the memory associated with the objects for the Params and Dependencies properties that were created in the constructor, and for the EventLogger object created in the LogMessage method. Then it calls the inherited Destroy.

See Also