Summary
This table contains properties of icon descriptors on diagrams.
|
Field name |
SQL type |
Description |
|---|---|---|
|
DESCINDEX |
INTEGER |
Unique number of the descriptor. |
|
TEMPLATE |
INTEGER |
1 if this descriptor uses the icon definitions from the object’s template (Copy from Template), 0 if it has it’s own icon definitions. If you write 1 in this field, ODBC will automatically find the appropriate descriptor index (DESCINDEX). |
|
MIRRORIMAGE |
INTEGER |
1 if the icon is mirrored, 0 if not. |
|
SINGLEBITDISP |
INTEGER |
1 if single bit display is used, 0 if not. |
|
SCALABLE |
INTEGER |
1 if the icon is scalable, 0 if not. |
|
FASTBLINK |
INTEGER |
1 if the icon should blink fast, 0 if it should blink slowly. |
|
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. |
|
ANGLE |
INTEGER |
The rotation angle of the icon. Possible values are 0, 90, 180 and 270. |
|
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. |