ImageEn, unit iexFolderTree |
|
TIEFolderTree.AttachedFileList
Declaration
property AttachedFileList: TIEFileListBox;
Description
Specifies the attached
TIEFileListBox component.
If specified, the control will be filled with the content of the selected folder.
| Demos\Other\FolderTree\FolderTree.dpr |
| Demos\InputOutput\BatchConvert\BatchConvert.dpr |
| Demos\InputOutput\EXIF\EXIF.dpr |
// Create a simple explorer style application
IEFolderTree1.AutoRefresh := True;
IEFolderTree1.AttachedFileList := IEFileListBox1;