fgl_getkeylabel()
Returns the default label associated to a key.
Syntax
fgl_getkeylabel(
keyName STRING )
RETURNS STRING
- keyName is the logical name of a key such as
F11
orDELETE
,INSERT
,CANCEL
.
Usage
The fgl_getkeylabel()
function returns the default
label defined for the function or control key passed as parameter.
This function returns the default key labels defined for all dialogs. There are different levels of key label definitions.
This function is provided for backward compatibility, use action defaults to define action view texts.