System.Actions.UnregisterShortCut

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function UnregisterShortCut(ShortCut: TShortCut): boolean;

C++

extern DELPHI_PACKAGE bool __fastcall UnregisterShortCut(System::Classes::TShortCut ShortCut);

Properties

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

Description

Unregisters the specified ShortCut, and returns True on success or False if the specified shortcut was not registered.

See Also