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.

DisplayName property

Project: Shell Folders Unit.

Unit: PJShellFolders.

Class: TPJBrowseDialog

Applies to: ~>2.0

property DisplayName: string;

Description

This property provides the display name of the folder the user selected or entered in the dialog box. This name is the same as that displayed in the dialog box. If the selected folder is a physical folder in the file system then DisplayName contains the name of the folder whose full path is specified in the FolderName property. If the user cancelled the dialog box then DisplayName is not updated.

If DisplayName is set to the empty string then no folder has yet been selected by the user.

The property is run time and read only.

See Also