ImageEn, unit iexFolderTree
TIEFolderTree.AttachedMView
TIEFolderTree
.AttachedMView
Declaration
property AttachedMView:
TImageEnMView
;
Description
Specifies the attached
TImageEnMView
or
TImageEnFolderMView
component.
If specified, the control will be filled with the content of the selected folder.
Demo
Demos\Other\FolderTree2\FolderTree.dpr
Example
// Create a simple explorer style application
IEFolderTree1.AutoRefresh := True;
IEFolderTree1.AttachedMView := IEFolderMView1;
Loading contents...