Query.ColumnNo(Any) Method
Version: Available or changed with runtime version 1.0.
Returns the ID that is assigned to a query column in the query definition.
Syntax
Number := Query.ColumnNo(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
Number
Type: Integer
The ID of the query column.