ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JAMDialogs.TJamBrowseForFolder

Component that displays a folder selection dialog.

JAMDialogs_TJamBrowseForFolderJAMDialogs_TJamBrowseForFolderJAMDialogs_TJamBrowseForFolder
Syntax
Pascal
TJamBrowseForFolder = class(TJamBaseBrowseDialog);

TJamBrowseForFolder displays a Windows dialog box for selecting and opening folders. It has to be activated like a TOpenDialog, with the call to the Execute Method. The selected folder will be assigned to the property Path.

JAMDialogs.TJamBaseBrowseDialog
 
Name 
Description 
 
Creates and intializes an instance of this component.  
JAMDialogs.TJamBrowseForFolder
 
Name 
Description 
 
Creates an instances of a TJamBrowseForFolder component  
JAMDialogs.TJamBaseBrowseDialog
 
Name 
Description 
 
Use this function to show the dialog.  
 
Use this function to show the dialog and you want to provide a prent window handle  
 
Name 
Description 
 
Version information for this component 
JAMDialogs.TJamBrowseForFolder
 
Name 
Description 
 
Text on the Open/Save/OK button. 
 
Change the window position of the dialog. 
 
Change the window position of the dialog. 
 
Allows to get or set the selected folder using an IItemIdList
 
Allows to get or set the selected folders using an IItemIdListCollection
 
Activate or deactivate the OK-Button in the dialog 
 
Occurs when the selected path changes. 
 
Occurs when the OK button is clicked. 
 
Use different flags of the property to optimize the dialog for your work.  
 
Path determines the start folder of a TJamBrowseForFolder 
 
RootedAt determines the root folder of a TJamBrowseForFolder
 
RootedAt determines the root folder of a TJamBrowseForFolder.  
 
Allows to get or set if the selected folder is a special folder from the TJamShellFolder enumeration. 
 
Changes the text displayed above the directory tree control. 
 
Change the window title of the dialog.