The FLG.WINICON table contains the associated Windows icon for each object type.
The OBJTYPID column is the primary key of the table.
Table 74 provides information about each column found in the
FLG.WINICON table.
Table 74. FLG.WINICON table column properties
Column name | Data type | Description | Nullable | NLS |
---|---|---|---|---|
OBJTYPID | CHAR(6) | The six-character object type ID. | No | SBCS |
OBJICON | LONG VARCHAR FOR BIT DATA (30000) | The bitmap for the Windows icon. | Yes | None |
Note:
NLS: National Language Support SBCS: Single Byte Character Set DBCS: Double Byte Character Set |