Vcl.ComCtrls.TCustomComboBoxEx.WMHelp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WMHelp(var Message: TWMHelp); message WM_HELP;

C++

MESSAGE void __fastcall WMHelp(Winapi::Messages::TWMHelp &Message);

Properties

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

Description

Responds when the user presses the F1 key.

WMHelp is called automatically, in response to the Windows messages specifying that the user pressed the F1 key while the combo box was focused.

See Also