ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamDriveList.AddEditable Method

Add an object to the list.

Syntax
Pascal
procedure AddEditable(const Path: UnicodeString; Checked: Boolean = false);
Parameters 
Description 
const Path: UnicodeString 
path that sholud be checked 
Checked: Boolean = false 
Pass true if the item should be initially checked; pass False if the item should be initially unchecked. The default vlaue is False. 

With this function you can add a file or folder to the list. If the parameter Checked is true, the passed path will be checked if the Checkboxes are enabled.

Copyright (c) 2011. All rights reserved.