Python3Script Xojo Plugin |
|
Python3Module.BooleanField Method
Gets or sets a boolean field on the module

BooleanField(
name
as String)
as Boolean

BooleanField(
name
as String
assigns value
as Boolean)
Parameters
- name
- Name of the field to set.
- value (assignment parameter)
- The value to set
Returns
- Boolean
Remarks
The field does not have to exist on the module. If it does not exist then its added when the setter is called.
See Also
Python3Module Class