ShellBrowser Delphi Components Documentation
|
Adds a folder to the TJamShellCombo
procedure AddFolder(const path: String; Indent: Integer; Persistent: Boolean);
Parameters |
Description |
const path: String |
The path of the folder to be added. |
Indent: Integer |
Number of pixels by which the item appears indented in the combo box list. If Indent is –1, the item does not appear indented. |
Persistent: Boolean |
Value for the TJamComboItem.Persistent property. |