PythonEntityBase
PythonParameters
![]() | A constructor that takes number of parameters as parameter. |
![]() | A constructor that takes Ptr as parameter. |
![]() | Returns the number of parameters in the parameter block. |
![]() |
![]() | Sets or gets Boolean value at given index in the Parameter block. |
![]() | |
![]() | Sets or gets Dictionary value at given index in the Parameter block. (Note this is of the type PythonDictionary) |
![]() | Sets or gets Double value at given index in the Parameter block. |
![]() | Sets or gets Int64 value at given index in the Parameter block. |
![]() | Sets or gets Integer value at given index in the Parameter block. |
![]() | Returns true if the Result is big integer of any kind. |
![]() | Returns true if the parameter at given index is Boolean |
![]() | Returns true if the parameter at given index is PythonDictionary |
![]() | Returns true if the parameter at given index is Double |
![]() | Returns true if the parameter at given index is Integer |
![]() | Returns true if the parameter at given index is PythonList object. |
![]() | Returns true if the parameter at given index is Xojo or Real Studio object |
![]() | Returns true if the parameter at given index is String |
![]() | Returns true if the parameter at given index is Tuple (PythonParameters class instance) |
![]() | Sets or gets List value at given index in the Parameter block. |
![]() | Sets or gets Object value at given index in the Parameter block. In this case you will store or retrieve Xojo object from the Python parameter block. |
![]() | Sets or gets String value at given index in the Parameter block. |
![]() | Sets or gets Tuple value at given index in the Parameter block. (Note this is of the type PythonParamters) |
![]() | Sets or gets UInt64 value at given index in the Parameter block. |