RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomForm.DestroyWindowHandle Method

Destroys the window created in the CreateWindowHandle method.

Pascal
procedure DestroyWindowHandle; override;
C++
virtual __fastcall DestroyWindowHandle();

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!