Language Reference Guide : 4. System Classes : ColumnField Class : TitleTrim Attribute
 
Share this page                  
TitleTrim Attribute
Data Type: FreeTrim
4GL Access: R
The TitleTrim attribute contains the column title field.
To access the actual text of the title through this attribute, use the TextValue attribute of the FreeTrim object. To provide an easier way to reference the title, OpenROAD provides the Title attribute (see Title Attribute).
The TitleTrim attribute's primary use is to provide access to the visual properties of the column title or the column header area. For example, you can use this attribute to set the color of the header's background or to set the typeface of the text:
field(personaldata[*].name).TitleTrim.TypeFace =
TF_TIMESROMAN;