Determines the title of a control.
control. Title = Value
Type returned: Text
Where:
control
The control name.
Value
A character to be assigned.
In columns is used to determine the title of the grid’s columns at execution time (Column title). In attributes is used in flat structures, such as first level of a Transaction, descriptions of variables in Prompts and report titles. When using a chart associated to a Query object or QueryViewer control it specifies the chart title (supported since GeneXus 15 Upgrade 6).
This property applies both at run-time and at design-time.
Gridcol1.Title = 'Description'
Objects: Procedure, Transaction, Web Panel
Controls: Grid