FMX.ActnList.TextToShortCut

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TextToShortCut(Text: string): Integer;

C++

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

Properties

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

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