insertrow

InsertRow simply inserts the row without changing the display or the current row. To scroll to the row and make it the current row, call scrollToRow.
The inserted row is automatically the current row

A newly inserted row (with a status flag of New!) is not included in the modified count until data is entered in the row (its status flag becomes NewModified!).

 

Insert in a special row:

dw_1.insertrow(1)

 

Insert at end of the datawindow

dw_1.insertrow(0)

 

return always true, in error case or if a event return -1: false

 

Events

Follow events called (x=1-7):

dw_x_rowfocuschanged()
dw_x_inserted()