A list of products available on this site
Documentation for XtraMania's xtras
Prices and links to the online store
Xtras, PDFs, samples
Have a question? Ask us!
Contacts
Logo. www.xtramaina.com  
Home Search E-mail
ADOxtra Reference/Wrapper object

ADOxtra for Macromedia Director

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

Site homeSearchContact author © Eugene Shoustrov. www.xtramania.com