ImageEn, unit iexFolderTree

TIEFolderTree.RootPath

TIEFolderTree.RootPath


Declaration

property RootPath: string;


Description

Specifies the top level folder to display in the control if RootUsePidl = False.


Example

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


See Also

 RootUsePidl
 RootPidl