IMenuItem.ShortCut

Syntax

ShortCut: Integer;

Description

The ShortCut property determines combination of hot keys for quick selection of menu item.

Comments

When creating hot keys during form design, select the ShortCut property in the object inspector and press necessary key combinations.

If the menu item uses the Action object, the value of the ShortCut property of the menu item is determined automatically by the value of the ShortCut property of the Action object.

See also:

IMenuItem

IFormClass.MakeShortcut