DelphiDabbler Shell Folders Demo

This project is provided with the DelphiDabbler Shell Folders unit to demonstrate how to use some of the code in the unit.

Installing the Demo Project

The demo project is provided in the same zip file as the Shell Folders unit. Follow the installation instructions supplied with the zip file. Ensure that the component contained in the shell folders unit are installed before attempting to compile the demo project. The demo was created with Delphi 4.

Overview

The demo program exercises much of the main code in PJShellFolders.pas. On starting the program displays information about each of the supported special shell folders in the main part of the window. This information is:

Below the main display are several controls:

Source Code

The main purpose of this demo is to examine the source code. The code of the ShellFolderDemoForm unit illustrates the following:

Please run the program and examine the source code to get an idea about how to use the PJShellFolders unit.