RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCombo.DestroyWindowHandle Method

Destroys all of the windows controls that implement the combo box.

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

The DestroyWnd method calls DestroyWindowHandle to release the underlying Windows control. TCustomCombo overrides the inherited method to reset the EditHandle and ListHandle properties once the underlying Windows controls are gone. 

 

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