PythonScript Xojo Plugin

PythonInstance.DeleteAttribute Method (console safe)

Deletes attribute from the Python class.

DeleteAttribute(
   name as String) as Integer

Parameters

name
name of the attribute to be deleted

Returns

Integer
Returns -1 on failure, else a non -1 value.

Remarks

See Also

PythonInstance Class