This is a new site that's currently running on alpha code. There are going to be bugs. If you discover any, please report them on the site's issues page (GitHub account required). Thanks.
Warning: Many URLs are going to change. Refer to the README file to discover which library project's documentation has been completed.
Project: Shell Folders Unit.
Unit: PJShellFolders.
Class: TPJBrowseDialog
Applies to: ~>2.0
property OnClose: TNotifyEvent;
This event occurs when the dialog closes.
Write an OnClose event handler to perform special processing when the dialog closes.
The dialog’s window handle is available via the Handle property. The Sender parameter can be cast to TPJBrowseDialog in order to access the Handle property.