Value: Variant;
The Value property returns object value.
Depending on the object type, the value can be cast to one of the following Fore types:
PyTypeBool. Boolean;
PyTypeClass. IPythonClassObject;
PyTypeFloat. Double, Decimal or Currency
PyTypeInt. Integer;
PyTypeList. IPythonList;
PyTypeNone. Value is Null
PyTypeStr. String;
PyTypeTuple. IPythonTuple.
See also: