CalcIt Forms & Controls

ROWINSERTS

Reads or sets the option on how the insertion of new rows is permitted to the user of a ctrGRID control. Use the following constant values:

  • roNOINSERTS. The user cannot insert any new rows in the GRID
  • roATENDONLY. The user can add rows only at the end of the GRID pressing the down arrow over the currently last row
  • roALLPOS. The user can insert new rows pressing the INSERT key in any row position of the GRID or add rows at the end of the GRID through down arrow key.

For Control(s): ctrGRID

Go Back