| DisplayMode |
shows you Files, Directories or Both |
| DropDownWidth |
permits you to choose the size of the drop down list |
| FileName |
gets the filename for the specified element |
| HScroll |
permits you to add an horizontal scroll to the list |
| IsRoot |
checks if the current path is a root path (c:\) |
| List |
gets a certain item shown in the llist |
| ListCount |
gets the number of items in the list |
| ListIndex |
gets/sets the selected item |
| ListObject |
gets the object "clsSearchFilesFInfo" containing information for the specified index |
| MultiSelect |
permits you to multiselect items in the list |
| Path |
gets/sets the current path |
| PathFileName |
gets the complete path with filename for the specified element |
| Pattern |
permits you to filter items (*.* or *.txt) You can use multiple patterns using "," or ";" as a separator (ex. *.txt;*.doc) |
| PatternAlsoForDirs |
permits you to specify if the pattern applies to files or also to folders (by default the pattern also applies only for files) |
| PermitNavigation |
permits you to navigate through directories using dblclicks |
| ReadOnly, Hidden, System |
permits you to see/hide files with specified attributes |
| SelCount |
returns the number of selected items |
| Selected |
checks if a certain item is selected |
| ShowFullPath |
shows you the full path filename into the list |