damex_getFirstColInList
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This function returns the first column in the list. Use it for navigating the ORDER BY column list and the GROUP BY column list.
DAM_HCOL damex_getFirstColInList(
DAM_HCOL_LIST hColList)
Parameters for damex_getFirstColInList
| Parameter | Type | Description |
| IN | ||
| hColList | DAM_HCOL_LIST | The column list handle. |
| RETURN | ||
| DAM_HCOL | The handle to the column. Use damex_describeCaseValExp to get GROUP BY column details and damex_describeCol to get ORDER BY column details. |