Title property

Official Content
This documentation is valid for:
Determines the title of a control.

Syntax

control. Title = Value

Type returned: Text

Where:

control
    The control name.
 
Value
    A character to be assigned.

Description

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).

Runtime/Design time

This property applies both at run-time and at design-time.

Samples

Gridcol1.Title = 'Description'

Scope

Objects: Procedure, Transaction, Web Panel
Controls: Grid