You can use the consoleLib.key_deleteLine system variable to specify the name of the keyboard key that deletes the current row from an array dictionary in a console form. The default key is F2. For a list of key names, see Names for keyboard keys in EGL.
Type: CHAR(32)
consoleLib.key_deleteLine = "KEY_d";