FMX.Menus.IFMXMenuService.TextToShortCut

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TextToShortCut(Text: string): integer;

C++

virtual int __fastcall TextToShortCut(System::UnicodeString Text) = 0 ;

Properties

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

Description

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

See Representing Keys and Shortcuts to learn how to represent a shortcut as a string.

See Also