ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamFolderCombo.AddFolder Method

Adds a folder to the TJamFolderCombo

Syntax
Pascal
function AddFolder(const Path: UnicodeString; Indent: Integer = 0): Integer;

the index of the newly added item.

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.

Copyright (c) 2011. All rights reserved.