InfoConnect for Airlines VBA Guide
DocumentTitle Property
Gets the Web page title.
Syntax
Object.DocumentTitle As String
Example
Dim WControl As Attachmate.Reflection.Objects.Web.Msie.WebControl
            
pubic Property GetDocumentTitle() As String
Get
Return WControl.DocumentTitle; 
End Get
End Property
See Also