Welcome to the new DelphiDabbler Code Library Documentation.

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.

Headline property

Project: Shell Folders Unit.

Unit: PJShellFolders.

Class: TPJBrowseDialog

Applies to: ~>2.0

property Headline: string;

Description

Stores text to be displayed in the Browse for Folder dialog box.

The text is displayed above the tree view and is usually used to give instructions to the user or information about the purpose of the dialog box.

Changing the property when the dialog box is displayed (from one of the event handlers) does not change the text displayed in the dialog box.

The text displayed by Headline should not be confused with the status text that can be displayed by handling the OnSelChange or OnSelChangeEx events.