damex_getFirstInsertValExp
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method returns the first value in the value list of the insert row. Use it for navigating the value list in the insert row.
long damex_getFirstInsertValExp(
long hquery,
long hRow)
Parameters for damex_getFirstInsertValExp
| Parameter | Type | Description |
| INPUT | ||
| hquery | long | The query handle. |
| hRow | long | Insert row handle. |
| RETURN | ||
| long | The handle to the first value in the value list of the insert row. Use damex_describeValExp to get the details of the value. | |