ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamBaseSelectionList Class

Base class for handling a collection of selected paths.

TJamBaseSelectionListTJamBaseSelectionList
Syntax
Pascal
TJamBaseSelectionList = class(TComponent);
 
Name 
Description 
 
Creates an instances of a TJamBaseSelectionList component  
 
Destroys an instance of a TJamBaseSelectionList component  
 
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.  
 
The parent component of this instance. 
 
Path 
Gives back the filename of an item.  
 
Size 
Use this function to get back the total size of the selected files.  
 
This procedure adds a path to the list of selected paths.  
 
This is Assign, a member of class TJamBaseSelectionList. 
 
Clears list of paths. 
 
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 
 
Occurs, if the selection has changed.  
 
This is event is fired if an invlaid path was supposed to be added to the list. 
 
List of the selected files.  
Copyright (c) 2011. All rights reserved.