A script-enabled browser is required for this page to function properly.

HELP Built-in

Description

Displays the current item's hint message on the message line. If the hint message is already displayed, HELP displays the detailed help screen for the item.

Syntax

PROCEDURE HELP;

Built-in Type restricted procedure

Enter Query Mode yes

Parameters

none

HELP Examples

/*

** Built-in: HELP
** Example: Gives item-level hint/help.
*/
BEGIN
Help;
END;


About item hint text