Vcl.StdCtrls.TCustomCombo.FDropHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FDropHandle: HWnd;

C++

HWND FDropHandle;

Properties

Type Visibility Source Unit Parent
field protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomCombo

Description

Represents the window handle for the entire combo box.

FDropHandle is the window handle for the combo box.

See Also