fgl_dialog_getkeylabel()

Returns the label associated to a key for the current interactive instruction.

Syntax

fgl_dialog_getkeylabel(
   keyName STRING )
  RETURNS STRING
  1. keyName is the logical name of a key such as F11 or DELETE, INSERT, CANCEL.

Usage

The fgl_dialog_getkeylabel() function returns the label defined for the function or control key passed as parameter, for the current interactive instruction.

This function returns the key labels defined for the current dialog. There are different levels of key label definitions.

This function is provided for backward compatibility, use action defaults to define action view texts.