Python3Script Xojo Plugin |
|
Python3Instance.GetFunction Method
Gets a function by name from to execute from the class instance.
Parameters
- name
- Name of the function to get.
Returns
- Python3Function
- Python3Function or nil if function was not found.
Remarks
See Also
Python3Instance Class