Vcl.StdCtrls.TCustomCombo.FListHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FListHandle: HWnd;

C++

HWND FListHandle;

Properties

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

Description

Represents the window handle for the list of items in the combo box.

FListHandle is the window handle for the drop-down list.

See Also