Query.ColumnName(Any) Method
Version: Available or changed with runtime version 1.0.
Returns the name of a query column as a text string.
Syntax
Name := Query.ColumnName(Column: Any)
Parameters
Query
Type: Query
An instance of the Query data type.
Column
Type: Any
Refers to the name of the query column. The name of a query column is specified by the Name Property.
Return Value
Name
Type: Text
The query column name.