[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Allow_Esc


Purpose   Indicates if the user can escape from the input session by
          pressing Esc.

Decln.    Allow_Esc(On:boolean);

Remarks   Pass true to allow the user to escape and false to disable the
          Esc key. Default is true. The setting applies to the active
          table.

Example

BEGIN
    ALLOW_ESC(FALSE);
END;

See Also: Activate_Table
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson