Vcl.Menus.TMenuItem.ShortCut

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShortCut: TShortCut read FShortCut write SetShortCut stored IsShortCutStored default 0;

C++

__property System::Classes::TShortCut ShortCut = {read=FShortCut, write=SetShortCut, stored=IsShortCutStored, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Menus.pas
Vcl.Menus.hpp
Vcl.Menus TMenuItem

Description

Shortcut that opens the menu item.

The string representation of this shortcut appears to the right of the menu item in the menu.

Note: ShortCut is not stored with the menu item if it is supplied by an action.

See Also