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: TPJSpecialFolderInfo

Applies to: ~>2.0

property DisplayName: string;

Description

This property gives the display name of the special folder specified by the FolderID property. For physical folders (IsVirtual is false), DisplayName often (but not always) has the same value as the Path property.

DisplayName is set to the empty string if the special folder is not supported by the operating system (see IsSupported).