SwdClose Method
Close all of the windows of the current SIS Workspace Definition (SWD), using the chosen savecode.
Visual Basic |
---|
Public Function SwdClose( _
ByVal savecode As String _
) As Integer
|
- savecode
-
SIS_NOSAVE (0)
Do not save the SWD. SIS_SAVE (1)
Save the SWD if it has been modified. SIS_PROMPTSAVE (2)
Prompt the user to save if the SWD has been modified.
Available: D MD
Groups:
sis.SwdClose(SIS_SAVE)
Save the SWD if it has been modified.