Project: Drop Files Components.
Unit: PJDropFiles.
Class: TPJWildCardFileFilter
Applies to: ~>5.0
property WildCard: string;
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.
To filter out all files except those with names beginning with "PJ" and with a .pas
extension set WildCard to 'PJ*.pas'
.