Unit 'BASE_Engine' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_titanscript]

RegExp

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

Declaration

Source position: base_engine.pas line 2677

type RegExp = class(TPersistent)

public

  constructor Create();

  

  destructor Destroy; override;

  

  function Test();

  

  procedure Compile;

  

  function Exec();

  

  function Execute();

  

  function MatchCount;

  

  function Replace();

  

  function toString;

  

  function RegExpr;

  

  procedure SetScripter();

  

published

  property Global: Boolean; [rw]

  

  property IgnoreCase: Boolean; [rw]

  

  property MultiLine: Boolean; [rw]

  

  property LastIndex: Integer; [rw]

  

  property Source: Variant; [rw]

  

  property Input: Variant; [rw]

  

end;

Inheritance

RegExp

  

|

TObject



CT Web help

CodeTyphon Studio