method InputBoolean(ControlName: String, Prompt: String)
Define a checkbox control on a scripted form that allows selection of boolean (yes/no) values.
InputBoolean method syntax has these named arguments:
Parameter |
Description |
|---|---|
Control Name |
Required. Name of the control. Must be a valid MaxBasic identifier. |
Prompt |
Required. Prompt text to display to the left of the control. |
See also MaxBasic InputBoolean function and Input Grid InputBoolean method.