Unit 'gnStringFn' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#bs_engines]

TplGrep

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: gnstringfn.pas line 59

type TplGrep = class(TObject)

public

  constructor Create;

  

  destructor Destroy; override;

  

  procedure PrintRegExp();

  

  property RegExp: string; [rw]

  

  property IgnoreCase: Boolean; [rw]

  

  function MatchString();

  

  property RegExpToken []: TplGrepToken; [r]

  

  property MatchEndPos: Integer; [r]

  

  property MatchStartPos: Integer; [r]

  

  property NrOfRegExpTokens: Integer; [r]

  

  property SearchStartPos: Integer; [rw]

  

  property StopOnError: Boolean; [rw]

  

  property LastError: Integer; [r]

  

end;

Inheritance

TplGrep

  

|

TObject



CT Web help

CodeTyphon Studio