About  Usage  ADOxtra  Common  Connection  Recordset  Field  Property

ADOxtra wrapper object properties:

Helper properties
Props,
Methods,
 
Error handling properties
DebugMode,
Succeeded,
Failed,
LastError

Object.Props

Syntax

put Object.Props

Returns

String
text list of supported ADO properties.

Description

Returns the string with list of supported ADO properties one property per line. Use it to quickly display which properties you can use with the object.

Object.Methods

Syntax

put Object.Methods

Returns

String
text list of supported ADO methods.

Description

Returns the string with list of supported ADO methods one method per line. Use it to quickly display which methods you can use with the object.

Object.DebugMode

Syntax

Object.DebugMode=true
put Object.DebugMode

Sets or gets

Integer
value that indicates whether object is in debug mode.

Description

Sets or gets the debugging mode of any ADOxtra wrapper object. The debugging mode will affect on object's behaviour when an error happens. If the debugMode property is false object will not put error description to the Director Message window. If the debugMode property is true object will put error description to the Director Message window whenever it occures.
ADOxtra wrapper objects created by other wrapper objects will inherit their debugMode property.

Object.Succeeded

Syntax

put Object.Succeeded

Returns

Integer
boolean value that indicates whether last method call or property access was successfull.

Description

Returns true if last call or property access was succesfull. Returns false otherwise. If this property returns false, see object.lastError property for the error description.

Object.Failed

Syntax

put Object.Failed

Returns

Integer
boolean value that indicates whether last method call or property access failed.

Description

Returns true if last call or property access failed. Returns false otherwise. If this property returns true, see object.lastError property for the error description.

Object.LastError

Syntax

put Object.LastError

Returns

String
value that describes last error happen with object during last method call or property access.

Description

Returns the last error description string.

©2001 Eugene Shoustrov www.adoxtra.com Built on March 28, 2001