ImageEn, unit iexFolderTree

TIEFolderTree.RootUsePidl

TIEFolderTree.RootUsePidl


Declaration

property RootUsePidl: Boolean;


Description

Specify whether to make the top level item a system default folder (using RootPidl) or a specified path (using RootPath).

Default: True


Examples

// The Desktop is the top level of the control
IEFolderTree1.RootPidl := iepdDesktop;
IEFolderTree1.RootUsePidl := True;

// C: drive is the top level of the control
IEFolderTree1.RootPath := 'C:\';
IEFolderTree1.RootUsePidl := False;


See Also

 RootPidl
 RootPath