ImageEn, unit iexFolderTree |
|
TIEFolderTree.RootPidl
Declaration
property RootPidl: TPidl;
Description
Specifies a system default folder as the top level item in the control if
RootUsePidl = True.
Note: Set to iepdNone to clear the folder tree content
Default: iepdDrives
// The Desktop is the top level of the control
IEFolderTree1.RootPidl := iepdDesktop;
IEFolderTree1.RootUsePidl := True;
See Also
◼RootUsePidl◼RootPath