DTRHELP.HLB  —  Functions  FN$DELETE_KEY
       Deletes a key definition currently in effect.

       This function is not available in a DECwindows Motif environment.

1  –  Input

       This function takes two parameters.

       o  The first parameter is the name of the key whose definition
          you want to delete.

       o  The second parameter is the state string. You must specify the
          state name DEFAULT when there is no alternate state.

       Each parameter must be in matching quotation marks. The two
       parameters must be separated by a comma and enclosed in
       parentheses.

2  –  Output

       None.

3  –  Example

       DTR> FN$DELETE_KEY ("KP0","DEFAULT")
       DTR> FN$DELETE_KEY ("KP0","GOLD")
Close Help