Create(Value: Variant);
Value. The value, based on which an object is created.
The Create constructor creates a Python object based on the sent value.
As a Value value, simple data type values can be sent (String, Char, Integer, Double, Decimal, Currency, Boolean) that are compatible with the Python types (instances of lists, tuples, or Python class instances).
The example of use is given in description of the IPythonParameter.Name property.
See also: