BBjSystemMetrics::getDisplayType
Description
In BBj 5.0 and higher, this BBjSystemMetrics method returns a constant that indicates the type of display in use on the client.
Syntax
|
Return Value |
Method |
|
int |
getDisplayType() |
Parameters
None.
Return Value
|
0 |
MONOCHROME |
|
1 |
GRAYSCALE_16 |
|
2 |
GRAYSCALE_256 |
|
3 |
COLOR_16 |
|
4 |
COLOR_256 |
|
5 |
COLOR_MORE |
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.