Summary
This table contains properties for cells in grid descriptors.
|
Field name |
SQL type |
Description |
|---|---|---|
|
DESCINDEX |
INTEGER |
Unique number of the descriptor. |
|
ROW |
INTEGER |
Row number for this cell. |
|
COLUMN |
INTEGER |
Column number for this cell |
|
TYPE |
INTEGER |
The type of this cell: 0 = The cell contains a text string |
|
FONTINDEX |
INTEGER |
Index of the font used to display the text or atom value. |
|
FORMAT |
INTEGER |
Formatting of the cell: 36 = Left aligned |
|
BGCOLOR |
INTEGER |
Background color of the cell. |
|
EDITABLE |
INTEGER |
1 if the content of the cell can be edited online, 0 if not. |
|
SHOWALARM |
INTEGER |
1 if the cell should show alarm status for the object bound to the cell, 0 if not, NULL if the cell is not bound to an object. |
|
SHOWUNITS |
INTEGER |
1 if the unit should be displayed together with the value for the atom bound to the cell, 0 if not, NULL if the cell is not bound to an object. |
|
TEXT |
CHAR (31) |
The text to show in the cell, NULL if the cell is a text cell. |
|
OAN |
INTEGER |
OAN of the object bound to the cell, NULL if no object is bound. |
|
ATOM |
INTEGER |
Atom number chosen for the object bound to the cell, NULL if no object is chosen. |
See Also