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.

WildCard property

Project: Drop Files Components.

Unit: PJDropFiles.

Class: TPJWildCardFileFilter

Applies to: ~>5.0

property WildCard: string;

Description

This property filters files based on a wildcard string.

It stores the wildcard that is used by the component to filter files. The wildcard is applied to the base filename or folder name (not the path) and uses the same special characters as DOS and Windows wildcards. The wildcard is applied to both files and folders.

Example

To filter out all files except those with names beginning with “PJ” and with a .pas extension set WildCard to 'PJ*.pas'.