ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamControls.TJamFolderCombo.AddFolder

Adds a folder to the TJamFolderCombo

Syntax
Pascal
procedure AddFolder(const pPath: UnicodeString; pIndent: Integer = 0; pSelect: Boolean = False);
Parameters 
Description 
const pPath: UnicodeString 
The path that should be added.  
pIndent: Integer = 0 
The number of indent steps.  
pSelect: Boolean = False 
Set to true if the added folder should be made the seleced element. 

Use this method to add a folder to the combo box. The folder may be displayed with a certain indent, the indent is not measured in pixel, it is measured in indent steps, like in a TreeView control.