Query.ColumnCaption(Any) Method
Version: Available or changed with runtime version 1.0.
Returns the current caption of a query column as a text string.
Syntax
Caption := Query.ColumnCaption(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
Caption
Type: Text
The query column caption.