Class TMatch (unit Match)

Inherits from

TComponent

Constructors


constructor Create(AOwner: TComponent);

Public-déclarations


Functions

destructor Destroy;


function Match: Boolean;


function GetPattern: String;

Source = une chaine

function GetSource: String;


procedure SetPattern(APattern: String);


procedure SetSource(ASource: String);

Source = une chaine

Properties

property CaseSensitive : Boolean

Published-déclarations

property Pattern : String


property Source : String


property SourceIsFile : Boolean


Events

Variables

FCaseSensitive : Boolean;

Private-déclarations

FConvert : TBrkApart;


FPattern : String;


FSource : TStringList;


FSourceIsFile : Boolean;


FStringSource : String;



Constructors


constructor Create(AOwner: TComponent);

Public-déclarations


Functions


destructor Destroy;


function Match: Boolean;


function GetPattern: String;

Source = une chaine


function GetSource: String;


procedure SetPattern(APattern: String);


procedure SetSource(ASource: String);

Source = une chaine


Properties


property CaseSensitive : Boolean

Published-déclarations


property Pattern : String


property Source : String


property SourceIsFile : Boolean


Events


Variables


FCaseSensitive : Boolean;

Private-déclarations


FConvert : TBrkApart;


FPattern : String;


FSource : TStringList;


FSourceIsFile : Boolean;


FStringSource : String;