ImageEn, unit iexFolderTree

TIEFolderTree.RootPidl

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

Example

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

See Also

RootUsePidl
RootPath