Vcl.ActnMenus.TCustomActionMenuBar.Select

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Select(const Forward: Boolean); dynamic;

C++

DYNAMIC void __fastcall Select(const bool Forward);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionMenuBar

Description

Selects an item that receives focus from a key.

Select is called when the WM_KEYDOWN message is received.

Select verifies that the Selected item is expandable and sets the next item in the expanded menu of the current item as selected.

See Also