PythonScript Xojo Plugin

PythonParameters.BooleanValue Method (console safe)

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

PythonParameters Class