allowDelete

The allowDelete property specifies whether the user can delete a row from an on-screen array dictionary. The following values are valid:
NO
The user cannot delete from an array dictionary. This is the default if you set the displayOnly openUI property to YES.
YES
The user deletes a row by moving the cursor to that row and pressing the key referenced in consoleLib.key_delete. The action also deletes the related element in the dynamic array that is bound to the array dictionary.
YES is the default value for this property unless you set the displayOnly property to YES.

The property is a BOOLEAN type. You cannot update the property at run time.


Feedback