ImageEn, unit iexFolderTree |
|
TIEFileListBox
Properties · Methods · Events · Demos · Examples
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.
| Demos\Other\FolderTree\FolderTree.dpr |
| Demos\InputOutput\BatchConvert\BatchConvert.dpr |
| Demos\InputOutput\EXIF\EXIF.dpr |
IEFolderTree1.AttachedFileList := IEFileListBox1;
PropertiesMethodsEventsNote: Also supports all methods and properties of TListBox