RAD Studio VCL Reference
|
Returns the window handle for the edit portion of the combo box.
property EditHandle: HWnd;
__property HWnd EditHandle;
A combo box is composed of several windows: the combo box itself, the edit control, and the drop-down list. EditHandle is the window handle of the edit control portion. (The Handle property and the ListHandle property give the handles for the combo box itself and the drop-down list, respectively.)
Use EditHandle when making Windows API calls addressed to the edit portion of the combo box.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|