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.
int64 damex_getFirstInsertValExp(
int64 hquery,
int64 hrow)
Parameters for damex_getFirstInsertValExp
| Parameter | Type | Description |
| IN | ||
| hquery | int64 | The query handle |
| hrow | int64 | Insert row handle |
| RETURN | ||
| int64 | The handle to the first value in the value list of the insert row. Use damex_describeValExp to get the details of the value. |