Summary
This table contains properties for the columns in the alarm list descriptors.
|
Field name |
SQL type |
Description |
|---|---|---|
|
DESCINDEX |
INTEGER |
Unique number of the descriptor. |
|
IDX |
INTEGER |
Index of this column (0-based). Defines also the column order shown in the alarm list. |
|
COLTYPE |
INTEGER |
The type of this column. Each column type from 1 to 19 appears exactly once for each alarm list. 1 = Begin date |
|
SORTSEQUENCE |
INTEGER |
A value between 1 and 19 specifying the columns number in the sort sequence. Records are first sorted by column “1”, then by column “2”, and so on. A positive value specifies ascending sort order, a negative value specifies descending sort order for that column. |
|
WIDTH |
INTEGER |
The width in pixels of the column. |
|
TEXT |
CHAR (256) |
The title of the column. |
|
ACTIVE |
INTEGER |
1 if the column is shown, 0 if not. |
See Also