ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamShowOption Enumeration

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.

Syntax
Pascal
TJamShowOption = ( soAllowUndo, soFilesOnly, soNoConfirmation, soNoConfirmMkDir, soNoErrorUI, soRenameCollision, soSilent, soSimpleProgress );
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.  
Copyright (c) 2011. All rights reserved.