FMX.ActnList.TCustomAction.ShortCutPressed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShortCutPressed: Boolean read FShortCutPressed write FShortCutPressed;

C++

__property bool ShortCutPressed = {read=FShortCutPressed, write=FShortCutPressed, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TCustomAction

Description

Specifies that the action is fired by pressing a keyboard key, not by clicking with the mouse.

ShortCutPressed is a read-only property. When ShortCutPressed is True, it specifies that the action is fired by pressing a keyboard key, and not by clicking a control with the mouse.