Inherits from
TComponent
constructor Create(AOwner: TComponent);
destructor Destroy;
function Grep: boolean;
while
procedure Split(max: integer; elems: TStrings);
function Subst(s: string): string;
function GetSubExp(index: TSubExpRange): TSubRegExp;
procedure Reset;
procedure SetRegExp(s: string);
procedure SetText(s: string);
end;
property Found : boolean
property RegExp : string
property SubExp : TSubRegExp
property Text : string
event OnGrep : TNotifyEvent
FFound : boolean;
FOnGrep : TNotifyEvent;
FProg : PTRegExpC;
FPText : pchar;
FPTextPos : pchar;
FRegExp : TRegExp;
FSubExp : array[TSubExpRange] of TSubRegExp;
FSubExpRetrieved : boolean;
FText : string;
constructor Create(AOwner: TComponent);
destructor Destroy;
function Grep: boolean;
while
procedure Split(max: integer; elems: TStrings);
function Subst(s: string): string;
function GetSubExp(index: TSubExpRange): TSubRegExp;
procedure Reset;
procedure SetRegExp(s: string);
procedure SetText(s: string);
end;
property Found : boolean
property RegExp : string
property SubExp : TSubRegExp
property Text : string
event OnGrep : TNotifyEvent
FFound : boolean;
FOnGrep : TNotifyEvent;
FProg : PTRegExpC;
FPText : pchar;
FPTextPos : pchar;
FRegExp : TRegExp;
FSubExp : array[TSubExpRange] of TSubRegExp;
FSubExpRetrieved : boolean;
FText : string;