Built-in functions / Built-in functions |
Returns the label associated to a key for the current interactive instruction.
FGL_DIALOG_GETKEYLABEL( keyname STRING ) RETURNING result STRING
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.