Language Reference Guide : 4. System Classes : ColumnField Class : HasCellAttributes Attribute
 
Share this page                  
HasCellAttributes Attribute
Data Type: smallint
4GL Access: W
The HasCellAttributes attribute turns on the use of CellAttribute objects for this column of the table field.
Using CellAttribute objects has significant performance overhead. Consequently, OpenROAD does not automatically create them when you create a table field. If you want to use them, you must turn them on in the column field property sheet or by setting the HasCellAttributes attribute to TRUE in your 4GL code.
For more information about using cell attributes, see the Programming Guide.