TShellTreeView with CheckBoxes - Custom Delphi TShellTreeView Enhancement
Tuesday January 13, 2009
in Custom Delphi VCL ::
The aim of the article is to create a component that would allow a user to select files for a backup program in a user interface that would look like the left pane of the Windows Explorer or clone that of previous versions of Microsoft Backup. This was done using the ShellTreeView component and extending it. Full Delphi source code available for download.
The aim of the article is to create a component that would allow a user to select files for a backup program in a user interface that would look like the left pane of the Windows Explorer or clone that of previous versions of Microsoft Backup. This was done using the ShellTreeView component and extending it. Full Delphi source code available for download.
This component cannot select individual files in a folder. As soon as a node is checked, all the files that it contains are enumerated and put in the list of selected files.
Read the full article to learn how to TShellTreeView with CheckBoxes - Custom Delphi TShellTreeView Enhancement
Related:


Comments
No comments yet. Leave a Comment