BBjPrompt::options
Description
In BBj 25.03 and higher, this method sets assorted options on this BBjPrompt, corresponding to the int expr parameter of the PROMPT() function.
Syntax
| Return Value | Method |
|---|---|
| BBjPrompt | options(int options) |
Parameters
| Variable | Description | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| options |
Numeric expression that customizes the dialog behavior. Icon
MDI
|
Return Value
Returns this BBjPrompt object, enabling methods to be chained.
Example
|
See Also
PROMPT() Function - Prompt For String Value
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.