ImageEn, unit iexFolderTree |
|
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.
| Demos\Other\FolderTree2\FolderTree.dpr |
// Create a simple explorer style application
IEFolderTree1.AutoRefresh := True;
IEFolderTree1.AttachedMView := IEFolderMView1;