An enumeration is a set of named constants whose underlying type is any integral type. If no underlying type is explicitly declared, Integer is used.
Name | Value | Description |
---|---|---|
lcdString | 0 | |
lcdInteger | 1 | |
lcdSingle | 2 | |
lcdDouble | 3 | |
lcdCurrency | 4 | |
lcdDate | 5 | |
lcdTime | 6 | |
lcdIcon | 7 | |
lcdIconSingle | 8 | |
lcdIconDouble | 9 | |
lcdDateTime | 10 |