Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.