ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSelectionList.TJamBaseSelectionList

Base class for handling a collection of selected paths.

JamSelectionList_TJamBaseSelectionListJamSelectionList_TJamBaseSelectionList
Syntax
Pascal
TJamBaseSelectionList = class(TComponent);
 
Name 
Description 
 
Creates and intializes an instance of this component.  
 
Destroys an instance of a TJamBaseSelectionList component  
 
Name 
Description 
 
This is event is fired if an invlaid path was supposed to be added to the list. 
 
Name 
Description 
 
This procedure adds a path to the list of selected paths.  
 
 
Clears list of paths. 
 
Returns true if the list is empty. 
 
With this procedure you can load an existing selection list from an ini file. You may pass the section name as second parameter. 
 
Use this procedure to remove an item from a selection list.  
 
Save the selection list to an INI-file.  
 
Name 
Description 
 
The number of selected paths.  
 
Use this property to get the total number of selected files.  
 
Use this property to get the total number of selected folders.  
 
Occurs, if the selection has changed.  
 
The parent component of this instance. 
 
Gives back the filename of an item.  
 
List of the selected files.  
 
Use this function to get back the total size of the selected files.