browsedialog Folder property
Return to Introduction  Previous page  Next page
Applies to
dcDiskScanner, dcFolderMonitor and dcBrowseDialog components.  

Declaration
property Folder: String;  

Description
The Folder property specifies and determines the folder (or other shell object) selected in the folder-selection dialog.  

Example
with dcBrowseDialog1 do  
 begin  
  Folder := Edit1.Text;  
  if Execute then  
    Edit1.Text := Folder;  
 end;  
File not found.