damex_getNextInsertRow
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method returns the next row in the list. It is used for navigating the insert rows. Call this method after calling damex_getFirstInsertRow.
long damex_getNextInsertRow(long hRowList)
Parameters for damex_getNextInsertRow
| Parameter | Type | Description |
| INPUT | ||
| hRowList | long | The row list handle. |
| RETURN | ||
| long | The handle to the next insert row. A 0 is returned at the end of the list. | |