Vcl.SvcMgr.TServiceApplication.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TServiceApplication();

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.

See Also