Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 827 Bytes

TPJExtFileFilterStyle.md

File metadata and controls

24 lines (17 loc) · 827 Bytes

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.