ADOxtra for Macromedia DirectorProperties and methods of ADOxtra wrapper object
Wrapper object is a key component of ADOxtra. It is used to pass your Lingo method and property calls onto wrapped ADO object and return the corresponding results, using automatic type casting and error handling mechanism.
Error handling properties:
obj.DebugMode - gets or sets debugging mode of the wrapper instance.
obj.Succeeded - returns true if previous wrapper access to the automation object has succeeded.
obj.Failed - returns true if previous wrapper access to the automation object has failed.
obj.LastError - returns the last error description if any. Error description usually is provided by ADO Object or COM library.
Quick object information properties:
obj.methods - returns a string with ADO object's methods supported by the wrapper object.
obj.props - returns a string with ADO object's properties supported by the wrapper object.
|