Value
| Name | Description | Value |
|---|---|---|
| SaveOptions.DONOTSAVECHANGES | Do not save changes. | int 2 |
| SaveOptions.PROMPTTOSAVECHANGES | Ask the user whether to save. | int 3 |
| SaveOptions.SAVECHANGES | Save changes. | int 1 |
Usage
In function
void Document.close ([saving: SaveOptions=SaveOptions.PROMPTTOSAVECHANGES])
| Jongware, 28-Aug-2012 v3.0.3i | Contents :: Index |