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.

TPJExtFileFilterStyle enumeration

Project: Drop Files Components.

Unit: PJDropFiles.

Applies to: ~>5.0

type
  TPJExtFileFilterStyle = (
    fsFilterFilesOnly, fsFilterFoldersOnly, fsAll
  );

Description

This enumeration represents the kind of filtering performed by the TPJExtFileFilter component according to its Style property. Possible values are:

Style Description
fsFilterFilesOnly Files are filtered by their extension while all folders are passed through the filter regardless of extension.
fsFilterFoldersOnly Folders are filtered by their extension while all files are passed through the filter.
fsAll The filter is applied to both files and folders.