FMX.Menus.TextToShortCut

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TextToShortCut(const Text: string): integer;

C++

extern DELPHI_PACKAGE int __fastcall TextToShortCut(const System::UnicodeString Text);

Properties

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

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