FGL_GETKEYLABEL()

Returns the default label associated to a key.

Syntax

FGL_GETKEYLABEL(
   keyname STRING )
  RETURNING result STRING
  1. keyname is the logical name of a key such as F11 or DELETE, 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 the 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.