ImageEn, unit iexFolderTree

TIEFolderTree.AttachedFileList

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

Demo  Demos\Other\FolderTree\FolderTree.dpr
Demo  Demos\InputOutput\BatchConvert\BatchConvert.dpr
Demo  Demos\InputOutput\EXIF\EXIF.dpr


Example

// Create a simple explorer style application
IEFolderTree1.AutoRefresh := True;
IEFolderTree1.AttachedFileList := IEFileListBox1;