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.
int64 damex_getNextInsertRow(
int64 hRowList)
Parameters for damex_getNextInsertRow
| Parameter | Type | Description |
| IN | ||
| hRowList | int64 | The row list handle. |
| RETURN | ||
| int64 | The handle to the next insert row. A value of zero is returned at the end of the list. |