Summary
This table contains properties of template descriptors (icons).
|
Field name |
SQL type |
Description |
|---|---|---|
|
OAN |
INTEGER |
Autonumber of the template this descriptor is connected to. |
|
AREA |
CHAR (31) |
Area of the template this descriptor is connected to. |
|
ENAME |
CHAR (31) |
Name of the template this descriptor is connected to. |
|
DESCINDEX |
INTEGER |
Unique number of the descriptor. |
|
FASTBLINK |
INTEGER |
1 for fast blink, 0 for slow blink. |
|
ICONTABLE |
INTEGER |
Number of the table containing the icon used for this descriptor, 1-10. If both ICONTABLE and ICONINDEX are 0, no icon is selected. |
|
ICONINDEX |
INTEGER |
Number of the icon within the icon table, 1-10. If both ICONTABLE and ICONINDEX are 0, no icon is selected. |
|
COLOR |
INTEGER |
A number identifying the color used for drawing the icon. The number must be given in RGB hexadecimal notation. |
|
BLINKATTR |
INTEGER |
Blink attributes of the descriptor: |
|
BLINKCOLOR |
INTEGER |
A number identifying the alternate color used for blinking the icon when BLINKATTR is 0. The number must be given in RGB hexadecimal notation. |
| BACKATTR | INTEGER | Blink attributes of the descriptor background: 0: Background color 1: Transparent |
| BACKCOLOR | INTEGER |
A number identifying the color used for the background when BACKATTR is 0. The number must be given in RGB hexadecimal notation. |