FMX.ActnList.IKeyShortcut.Shortcut

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Shortcut: TShortcut read GetShortcut write SetShortcut;

C++

__property System::Classes::TShortCut Shortcut = {read=GetShortcut, write=SetShortcut};

Properties

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

Description

Key combination that represents an object implementing IKeyShortcut.

See Also