[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LCLProc' (#lcl)

TextToShortCutRaw

Converts the non-localized textual representation for a shortcut to a TShortCut value.

Declaration

Source position: lclproc.pas line 93

function TextToShortCutRaw(

  const ShortCutText: string

):TShortCut;

Arguments

ShortCutText

  

Text converted to a shortcut value in the routine.

Function result

TShortcut value for the specified text.

Description

TextToShortCutRaw is similar to TextToShortCut, but does not handle or use localized versions of modifiers or key caps in ShortCutText.

See TextToShortCut for more information.

Use ShortCutToTextRaw to reverse the process.

See also

ShortCutToTextRaw

  

Converts a shortcut value to its text representation without localization.

ShortCutToText

  

Returns the localized textual representation for a shortcut value.

TextToShortCut

  

Converts the textual representation for a shortcut to its TShortCut value.

TShortCut


Version 3.2 Generated 2024-02-25 Home