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