damex_getFirstColInList
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
This method returns the first column in the list. It is used for navigating the ORDER BY column list and the GROUP BY column list.
long damex_getFirstColInList(long hColList)
Parameters for damex_getFirstColInList
| Parameter | Type | Description |
| INPUT | ||
| hColList | long | The column list handle. |
| RETURN | ||
| long | The handle to the column. Use damex_describeCol to get column details. | |