Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 704 Bytes

TPJWildCardFileFilter-WildCard.md

File metadata and controls

23 lines (13 loc) · 704 Bytes

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'.