FMX.Menus.IFMXMenuService.ShortCutToText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ShortCutToText(ShortCut: TShortCut): string;

C++

virtual System::UnicodeString __fastcall ShortCutToText(System::Classes::TShortCut ShortCut) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Menus.pas
FMX.Menus.hpp
FMX.Menus IFMXMenuService

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