Contents - Index - Previous - Next
OverwriteMode property
Applies to
TSFXConfig component
Declaration
property OverWriteMode: TsfxOverwriteMode = (omPrompt, omAlways, omNever);
Description
Set to the value you want the default overwrite mode to be. The default value is omPrompt. The allowable values are:
omPrompt A dialog box will be diplayed asking the user if they wish to overwrite an existing file with the file currently being unzipped.
omAlways Always overwrite any existing files.
omNever Never overwrite any existing files, do not extract if file already exists.