Python3Script Xojo Plugin |
|
Python3Parameters.IsTuple Method
Returns true if the parameter at given index is Python Tuple (Python3Parameters).

IsTuple(
index
as Integer)
as Boolean
Parameters
- index
- Index of the parameter (zero based where first parameter is number zero)
Returns
- Boolean
Remarks
See Also
Python3Parameters Class