ImageEn, unit iexFolderTree |
|
TIEFileListBox
Declaration
TIEFileListBox = class(TCustomListBox);
Description
TIEFileListBox is a TListBox control that displays files from a folder.
It is similar to the VCL TFileListBox but includes:
- File icons (of various
sizes)
- Optional file extensions
-
Automatic refreshing when folder contents change
- Display of the
Windows Explorer popup menuIt can be attached to a
TIEFolderTree to display content of a selected folder.

Example
IEFolderTree1.AttachedFileList := IEFileListBox1;
Demos
| Demos\Other\FolderTree\FolderTree.dpr |
| Demos\InputOutput\BatchConvert\BatchConvert.dpr |
| Demos\InputOutput\EXIF\EXIF.dpr |
Methods and Properties
Events
Note: Also supports all methods and properties of TListBox