Vcl.Forms.TScreen.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TScreen();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TScreen

Description

Destroys an instance of TScreen.

Do not destroy the global object Screen that is automatically instantiated in GUI applications.

See Also