Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Automation Client : Automation Reference : method.signature

Syntax

#(oleauto.typelib.%typelib.%interface.%method.signature)
#(oleauto.typelib.%typelib.%interface.%event.signature)
#(oleauto.typelib.%typelib.%coclass.%method.signature)
#(oleauto.typelib.%typelib.%coclass.%event.signature)

%interface specifies an interface. %method specifies a method. %event specifies an event. %coclass specifies a coclass.

Example

#(oleauto.typelib.{00000205-0000-0010-8000-00AA006D2EA4}.Connection.Open.signature,(
    ))
Open([ConnectionString As String],
    [UserID As String],
    [Password As String],
    [Options As Integer = -1])