Use different flags of the property to optimize the dialog for your work. Flags specifying the options for the dialog box. This member can include zero or a combination of the following values.
|
Members |
Description |
|
soAllowUndo |
Preserve undo information, if possible. Operations can be undone only from the same process that performed the original operation. |
|
soFilesOnly |
Perform the operation on files only if a wildcard file name (*.*) is specified. |
|
soNoConfirmation |
Respond with "Yes to All" for any dialog box that is displayed. |
|
soNoConfirmMkDir |
Do not confirm the creation of a new directory if the operation requires one to be created. |
|
soNoErrorUI |
Do not display a user interface if an error occurs. |
|
soRenameCollision |
Give the file being operated on a new name in a move, copy, or rename operation if a file with the target name already exists. |
|
soSilent |
Do not display a progress dialog box. |
|
soSimpleProgress |
Display a progress dialog box but do not show the file names. |