Vcl.SvcMgr.TService.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TService(void);
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.