Language Reference Guide : 4. System Classes : TableField Class : Title Attribute
 
Share this page                  
Title Attribute
Data Type: nvarchar(256)
4GL Access: RW
The Title attribute contains the text of the table field's title.
Use this attribute to set or change the text of a table field's title. This attribute is equivalent to the following 4GL code:
field(tablefield).TitleTrim.TextValue
To remove the title, set this attribute to an empty string. The default value is the name of the table field.
To set visual attributes of a table field's title, use the TitleTrim attribute (see TargetRow Attribute).