Python3Script Xojo Plugin |
|
Python3Parameters.BooleanValue Method
Sets or gets Boolean value at given index in the Parameter block.

BooleanValue(
index
as Integer)
as Boolean

BooleanValue(
index
as Integer
assigns value
as Boolean)
Parameters
- index
- Index of the parameter (zero based where first parameter is number zero)
- value (assignment parameter)
- The value to set
Returns
- Boolean
Remarks
See Also
Python3Parameters Class