ATTR_CELL_MODE (Control)

Type: Control attribute
Description: Specifies the default mode of new table cells when ATTR_TABLE_MODE is set to VAL_GRID.
Control Types: Tables.
Data Type: integer
Default Value: VAL_HOT

Values

VAL_INDICATOR The cell can be changed programmatically, but operator action cannot generate commit or value changed events.
VAL_HOT The cell can be operated by the user or changed programmatically. User action can generate commit or value changed events.
VAL_NORMAL The cell can be operated by the user or changed programmatically. User action can generate commit or value changed events. Currently, VAL_NORMAL is equivalent to VAL_HOT.
VAL_VALIDATE The cell can be operated by the user or changed programmatically. User action can generate commit or value changed events. Currently, VAL_VALIDATE is equivalent to VAL_HOT.