ImageEn, unit iexFolderTree

TIEFolderTree.SelectSpecialFolder

TIEFolderTree.SelectSpecialFolder


Declaration

function SelectSpecialFolder(Node: TPidl): TIEFolderNode;


Description

Select a system folder in the control.
If the folder is not visible, it will be shown.
The return value is node of the system folder.


Example

// Show the Recycle Bin
IEFolderTree1.SelectSpecialFolder( iepdRecycleBin );