Vcl.StdCtrls.TCustomCombo.EditWndProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EditWndProc(var Message: TMessage); virtual;

C++

virtual void __fastcall EditWndProc(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 edit control 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. EditWndProc is the window procedure for the edit control portion of the combo box.

See Also