PythonValueObject.Create

Syntax

Create(Value: Variant);

Parameters

Value. The value, based on which an object is created.

Description

The Create constructor creates a Python object based on the sent value.

Comments

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).

Example

The example of use is given in description of the IPythonParameter.Name property.

See also:

PythonValueObject