Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Automation Client : Automation Reference : coclass

Syntax

#(tint.type,oleauto.typelib.%typelib.%coclass)
#(oleauto.typelib.%typelib.%coclass.clsid)
#(oleauto.typelib.%typelib.%coclass.progid)
#(oleauto.typelib.%typelib.%coclass.interface)
#(oleauto.typelib.%typelib.%coclass.source)
#(tint.list,,oleauto.typelib.%typelib.%coclass.)

%typelib specifies the name of a type library. %coclass specifies the name of a coclass. These operations obtain information about a coclass. You can use the returned progid with oleauto.new-object to create an instance of a coclass.

Examples

#(tint.type,oleauto.typelib.{00000205-0000-0010-8000-00AA006D2EA4}.Connection)
coclass
#(oleauto.typelib.{00000205-0000-0010-8000-00AA006D2EA4}.Connection.clsid)
{00000514-0000-0010-8000-00AA006D2EA4}
#(oleauto.typelib.{00000205-0000-0010-8000-00AA006D2EA4}.Connection.progid)
ADODB.Connection.2.5
#(oleauto.typelib.{00000205-0000-0010-8000-00AA006D2EA4}.Connection.interface)
_Connection
#(oleauto.typelib.{00000205-0000-0010-8000-00AA006D2EA4}.Connection.source)
ConnectionEvents
##(tint.list,(
),oleauto.typelib.{00000205-0000-0010-8000-00AA006D2EA4}.Connection.)
Attributes
BeginTrans
Cancel
Close
CommandTimeout
CommitTrans
ConnectionString
ConnectionTimeout
CursorLocation
DefaultDatabase
Errors
Execute
IsolationLevel
Mode
Open
OpenSchema
Properties
Provider
RollbackTrans
State
Version
ConnectComplete
Disconnect