damex_getNextInsertValueExp
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This function returns the next value in the row. Use it for navigating the value list in the insert row.
Call this function after calling damex_getFirstInsertValueExp.
DAM_HVALEXP damex_getNextInsertValueExp(
DAM_QUERY hquery)
Parameters for damex_getNextInsertValueExp
| Parameter | Type | Description |
| IN | ||
| hquery | DAM_HQUERY | The query handle. |
| RETURN | ||
| DAM_HVALEXP | A handle to the next value in the value list of the insert row. A NULL is returned at the end of the list. |