System.Actions.RegisteredShortCut

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function RegisteredShortCut(Index: integer): TShortCut;

C++

extern DELPHI_PACKAGE System::Classes::TShortCut __fastcall RegisteredShortCut(int Index);

Properties

Type Visibility Source Unit Parent
function public
System.Actions.pas
System.Actions.hpp
System.Actions System.Actions

Description

Returns a TShortCut previously registered with the specified Index.

If the specified Index does not match a registered shortcut, this function raises an ERangeError exception.

See Also