Vcl.SvcMgr.TServiceApplication.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TServiceApplication(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
destructor | public | Vcl.SvcMgr.pas Vcl.SvcMgr.hpp |
Vcl.SvcMgr | TServiceApplication |
Description
Disposes of an instance of a TServiceApplication object.
You do not need to call the destructor directly. TServiceApplication is destroyed when your application closes.
The destructor frees the memory associated with sub-objects.