TOverwriteMode Enumeration
Controls what happens when the target XLS file already exists.
API unit family: TMSFNCDataGridExcelIO
Members
| Name | Description |
|---|---|
omNever |
Never overwrites an existing file. |
omAlways |
Always overwrites an existing file without prompting. |
omWarn |
Shows a confirmation dialog before overwriting an existing file. |