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.

IsSupported property

Project: Shell Folders Unit.

Unit: PJShellFolders.

Class: TPJSpecialFolderInfo

Applies to: ~>2.0

property IsSupported: Boolean;

Description

Use IsSupported to determine if the current special folder is supported by the operating system.

This property returns true if the special folder specified by FolderID is supported on the operating system and false if it is not. When IsSupported is false the component’s other properties have zero values: IsVirtual is false and DisplayName and Path are empty strings.