WebForm.Close (gb.web.gui)
Sub Close ( [ ReturnValue As Variant ] )
Close the form.
If the form was a dialog or a popup, you can specify a return value with the optional
ReturnValue argument.
This is the value that will be returned by the
ShowModal or
ShowPopup method.