Vcl.Menus.ShortCutToText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ShortCutToText(ShortCut: TShortCut): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall ShortCutToText(System::Classes::TShortCut ShortCut);

Properties

Type Visibility Source Unit Parent
function public
Vcl.Menus.pas
Vcl.Menus.hpp
Vcl.Menus Vcl.Menus

Description

Returns the string representation that matches the specified code representation of a shortcut.

See Representing Keys and Shortcuts to learn how to represent a shortcut as an instance of TShortCut.

See Also

Code Examples