Vcl.ActnMenus.TCustomActionMainMenuBar.TrackMenu
Delphi
procedure TrackMenu; override;
C++
virtual void __fastcall TrackMenu(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Vcl.ActnMenus.pas Vcl.ActnMenus.hpp |
Vcl.ActnMenus | TCustomActionMainMenuBar |
Description
Executes the action associated with the menu item.
Vcl.ActnMenus.TCustomActionMainMenuBar.TrackMenu inherits from Vcl.ActnMenus.TCustomActionMenuBar.TrackMenu. All content below this line refers to Vcl.ActnMenus.TCustomActionMenuBar.TrackMenu.
Executes the action associated with the menu item.
TrackMenu is called internally to execute the action associated with the selected menu item..