Python3Script Xojo Plugin |
|
Python3Parameters.IsBytes Method
Returns true if the parameter at given index is Python3Bytes.

IsBytes(
index
as Integer)
as Boolean
Parameters
- index
- Index of the parameter (zero based where first parameter is number zero)
Returns
- Boolean
- True if the parameter at the given index is Python3Bytes memoryblock, else false
Remarks
See Also
Python3Parameters Class