TDD_BITMAP

Bitmap(s) used for buttons.


Columns

No Name Domain Dty Len Scale Nulls Foreign Key Description
1 TDD_VERSION TDD_VERSION I 4   N   Version stamp. The last version is always the number one (1). All old versions will have a negative version number. TDD_VERSION will have the corresponding date when the version was updated/deleted.
2 BMP_NAME TDD_IDENT C 30   N   Name.
3 BMP_ROWS DV_LEN I 2   N   Size: number of rows.
4 BMP_COLS DV_LEN I 2   N   Size: number of columns.
5 BMP_PIXELS DV_BOOLEAN I 2   N  

Values:
1

6 BMP_IMAGE DV_IMAGE C 80   N   Name of the image. Could be the name of a resource.

Dependents


Updated 31 Oct 2002.