Vcl.StdCtrls.TCustomCombo.ListWndProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ListWndProc(var Message: TMessage);

C++

void __fastcall ListWndProc(Winapi::Messages::TMessage &Message);

Properties

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

Description

Responds to Windows messages that are sent to the drop-down list portion of the combo box.

A combo box is composed of several windows: the combo box itself, the edit control, and the drop-down list. ListWndProc is the window procedure for the drop-down list.

See Also