BBjConstants
Description
In BBj 11.0 and higher, the BBjConstants object exposes constants related to miscellaneous BBj features.
Creation
BBjAPI > BBjConstants
The BBjRuntime may be obtained through the following BBjAPI object method:
|
Return Value |
Method |
|
BBjConstants |
getConstants() |
Methods of BBjConstants
None.
Remarks
None.
Constants
|
MSGBOX Buttons: |
|
|
0 |
MB_OK |
|
1 |
MB_OKCANCEL |
|
2 |
MB_ABORTRETRYIGNORE |
|
3 |
MB_YESNOCANCEL |
|
4 |
MB_YESNO |
|
5 |
MB_RETRYCANCEL |
|
7 |
MB_CUSTOM |
|
MSGBOX Icon: |
|
|
16 |
MB_ICONSTOP |
|
32 |
MB_ICONQUESTION |
|
48 |
MB_ICONEXCLAMATION |
|
64 |
MB_ICONINFORMATION |
|
MSGBOX Default Button: |
|
|
0 |
MB_DEFBUTTON1 |
|
256 |
MB_DEFBUTTON2 |
|
512 |
MB_DEFBUTTON3 |
|
65536 |
MB_DEFBUTTONNONE |
|
MSGBOX Options: |
|
|
32768 |
MB_RAWTEXT |
|
MSGBOX Selection Constants |
|
|
0 |
MB_SELECT_CLOSE |
|
1 |
MB_SELECT_OK |
|
2 |
MB_SELECT_CANCEL |
|
3 |
MB_SELECT_ABORT |
|
4 |
MB_SELECT_RETRY |
|
5 |
MB_SELECT_IGNORE |
|
6 |
MB_SELECT_YES |
|
7 |
MB_SELECT_NO |
Example
|
See Also
BBj Object Creation and Assignment
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.