Skip to main content

TcxDlgShellOptions.ShowZipFilesWithFolders Property

Specifies the visibility of ZIP files among folders.

Declaration

property ShowZipFilesWithFolders: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Starting with Windows Vista, ZIP files are considered folders, because they, as archives, can include other files or folders. Set the ShowZipFilesWithFolders property to True to display ZIP files along with normal folders. Otherwise, these files are excluded from the display.

Note

The ShowZipFilesWithFolders property is in effect only in Windows Vista or later and only if the ShowFolders property is set to True.

The default value of the ShowZipFilesWithFolders property is True.

See Also