InfoConnect for Unisys VBA Guide
Close Function (WebControl)
The CloseOption enum object.
Closes the Web session with the close option.
Syntax
object.Close( _
   ByVal option As CloseOption _
) As ReturnCode

Parameters

option
The CloseOption enum object.

Return Value

ReturnCode object.
Example
Dim WControl As Attachmate.Reflection.Objects.Web.Msie.WebControl
WControl.Close(CloseOption.CloseAlwaysSave)
See Also

 

 


2015 Attachmate

Send Feedback