Unit Match |
-------------------------------------------------------------------------------------} { A "matcher" component for Delphi32. } { Copyright 1996, Patrick Brisacier and Jean-Fabien Connault. All Rights Reserved. } { This component can be freely used and distributed in commercial and private } { environments, provided this notice is not modified in any way. } { -------------------------------------------------------------------------------------} { Feel free to contact us if you have any questions, comments or suggestions at } { PBrisacier@mail.dotcom.fr (Patrick Brisacier) } { JFConnault@mail.dotcom.fr (Jean-Fabien Connault) } { You can always find the latest version of this component at: } { http://www.worldnet.net/~cycocrew/delphi/ } { -------------------------------------------------------------------------------------} { Date last modified: 08/08/96 } { -------------------------------------------------------------------------------------} { -------------------------------------------------------------------------------------} { TMatch v1.01 } { -------------------------------------------------------------------------------------} { Description: } { A component that allows you to match files. } { Properties: } { property CaseSensitive: Boolean; } { property Pattern: String; } { property Source: String; } { property SourceIsFile: Boolean; } { Procedures and functions: } { function Match: Boolean; } { } { See example contained in example.zip file for more details. } { -------------------------------------------------------------------------------------} { Revision History: } { 1.00: + Initial release } { 1.01: + Added CaseSensitive property } { -------------------------------------------------------------------------------------
Classes |
TMatch -
Functions |
Register -
Types |
Constants |
Variables |
Functions |
Types |
Constants |
Variables |