ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamBrowseForFolder Class

Component that displays a folder selection dialog.

TJamBrowseForFolderTJamBrowseForFolderTJamBrowseForFolder
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.

TJamBaseBrowseDialog Class
 
Name 
Description 
 
Creates an instance of a TJamBaseBrowseDialog component,  
TJamBrowseForFolder Class
 
Name 
Description 
 
Creates an instances of a TJamBrowseForFolder component  
TJamBaseBrowseDialog Class
 
Name 
Description 
 
Use this function to show the dialog.  
TJamBrowseForFolder Class
 
Name 
Description 
 
Activate or deactivate the OK-Button in the dialog 
 
Allows to get or set if the selected folder is a special folder from the TJamShellFolder enumeration. 
 
Name 
Description 
 
Version information for this component 
TJamBrowseForFolder Class
 
Name 
Description 
 
This is DialogButtonCaption, a member of class TJamBrowseForFolder. 
 
Change the window position of the dialog. 
 
Change the window position of the dialog. 
 
Occurs when the selected path changes. 
 
Use different flags of the property to optimize the dialog for your work.  
 
Path 
Path determines the start folder of a TJamBrowseForFolder 
 
RootedAt determines the root folder of a TJamBrowseForFolder
 
RootedAt determines the root folder of a TJamBrowseForFolder.  
 
Changes the text displayed above the directory tree control. 
 
Change the window title of the dialog. 
Copyright (c) 2011. All rights reserved.