folderedit DlgOptions property
Return to Introduction  Previous page  Next page
Applies to
dcFolderEdit component.  

Declaration
type  
  TdcBrowseDialogOptions = set of (soShowEditBox, soShowFiles, soShowStatusText, soShowPathInStatus, soShowSysAncestors, soShowNetworkFiles, soSelectRootFolders);  
 
property Options: TdcBrowseDialogOptions;  

Description
The Options property specifies advanced options for folder-selection dialog. There are following possible options:  
ValueMeaning  
soShowEditBoxshow edit box and allow to specify location typing the path in the edit box;  
soShowFilesshow files and allow to select them;  
soShowStatusTextshow the status line;  
soShowPathInStatusshow the path to selected folder in the status line;  
soShowSysAncestorsshow system shell folders (i.e: "Control Panel", "Printers" etc)  
soShowNetworkFilesshow files in local area network;  
soSelectRootFoldersallow to select root folders (i.e: C:\ or D:\).  

See also
DlgStatusText property;  
Options property of the dcBrowseDialog component.  
File not found.