System.Actions.TContainedAction.ShortCut

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShortCut: System.Classes.TShortCut read FShortCut write SetShortCut default 0;

C++

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

Properties

Type Visibility Source Unit Parent
property public
System.Actions.pas
System.Actions.hpp
System.Actions TContainedAction

Description

Shortcut that triggers the action.

The value of Shortcut can be propagated to all client controls and client menu items linked to the action.

See Also