|
RAD Studio VCL Reference
|
Destroys all of the windows controls that implement the combo box.
procedure DestroyWindowHandle; override;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|