damex_getFirstInsertValueExp
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This function returns the first value in the value list of the insert row. Use it for navigating the value list in the insert row.
DAM_HVALEXP damex_getFirstInsertValueExp(
DAM_QUERY hquery,
DAM_HROW hrow)
Parameters for damex_getFirstInsertValExp
| Parameter | Type | Description |
| IN | ||
| hquery | DAM_HQUERY | The query handle. |
| hrow | DAM_HROW | The insert row handle. |
| RETURN | ||
| DAM_HVALEXP | The handle to the first value in the value list of the insert row. Use damex_describeValExp to get value details. |