Vcl.Menus.ShortCutItems

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ShortCutItems: TMenuItemStack;

C++

extern DELPHI_PACKAGE TMenuItemStack* ShortCutItems;

Properties

Type Visibility Source Unit Parent
variable public
Vcl.Menus.pas
Vcl.Menus.hpp
Vcl.Menus Vcl.Menus

Description

Contains the items that have a shortcut.

ShortCutItems represents a list (stack) of items that have assigned shortcuts.

See Also