Python3Script Xojo Plugin |
|
Python3Instance.DoubleField Method
Gets or sets a double field on the class instance.

DoubleField(
name
as String)
as Double

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