Vcl.ComCtrls.TCustomComboBoxEx.ComboExWndProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ComboExWndProc(var Message: TMessage);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomComboBoxEx

Description

Responds to Windows messages sent to the combo box.

ComboExWndProc is the window procedure of the internal combo box Ex control that is part of the extended combo box. It forwards all messages directed at that control to the ComboWndProc method.

Message represents the parameters of the Windows message.