My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
TPJExtFileFilterStyleEnum  
Description of the TPJExtFileFilterStyle enumeration.
Updated May 8, 2011 by delphidabbler

TPJExtFileFilterStyle enumeration

Project: Drop Files Components.

Unit: PJDropFiles.

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:

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.


Sign in to add a comment
Powered by Google Project Hosting