allowInsert

The allowInsert property specifies whether the user can insert a row into an on-screen array dictionary. The following values are valid:
NO
The user cannot insert a row. This is the default if you set the displayOnly openUI property to YES.
YES
The user can insert a row by moving the cursor to an existing row and pressing the key referenced in consoleLib.key_insert. The new row is created directly above the current row. A new element is also added to the dynamic array that is bound to the array dictionary.
YES is the default 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