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