Python3Script Xojo Plugin |
|
Python3Module.Int32Field Method
Gets or sets a Int32 field on the module

Int32Field(
name
as String)
as Int32

Int32Field(
name
as String
assigns value
as Int32)
Parameters
- name
- Name of the field to set.
- value (assignment parameter)
- The value to set or get
Returns
- Int32
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