ImageEn, unit iexFolderTree |
|
TIEFolderTree.RootPath
Declaration
property RootPath: string;
Description
Specifies the top level folder to display in the control if
RootUsePidl = False.
// C: drive is the top level of the control
IEFolderTree1.RootPath := 'C:\';
IEFolderTree1.RootUsePidl := False;
See Also
◼RootUsePidl◼RootPidl