FMX.ActnList.TAction.ShortCut

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShortCut: TShortCut read FShortCut write SetShortCut default 0;

C++

__property ShortCut = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TAction

Description

Shortcut that triggers the action.

FMX.ActnList.TAction.ShortCut inherits from System.Actions.TContainedAction.ShortCut. All content below this line refers to System.Actions.TContainedAction.ShortCut.

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