Vcl.StdCtrls.TCustomCombo.FEditHandle
Delphi
FEditHandle: HWnd;
C++
HWND FEditHandle;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
field | protected | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TCustomCombo |
Description
Represents the window handle for the edit portion of the combo box.
FEditHandle is the window handle for the edit control portion of the combo box.