Vcl.Forms.TCustomForm.DestroyWindowHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DestroyWindowHandle; override;

C++

virtual void __fastcall DestroyWindowHandle();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Description

Destroys the window created in the CreateWindowHandle method.

DestroyWindowHandle is called automatically to destroy the window associated with a form before destroying the form.

See Also