GDocSaveDialog::setWarnOnOverwrite
Description
In BBj 11.0 and higher, this method specifies whether a warning dialog should display if the selected document already exists.
Syntax
|
Return Value |
Method |
|
void |
setWarnOnOverwrite(boolean warn) |
Parameters
|
Variable |
Description |
|
warn |
Specify true (1) to display the overwrite warning dialog. Otherwise specify false (0). The default is false (0). The default is true (1) to display the overwrite warning dialog. |
Return Values
None.
Remarks
The default is to display the overwrite warning dialog.
Example
|