[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: wasm.regexp.objects.pas line 85
type TWasmRegExp = class(TObject) |
protected |
function CheckRegExpResult(); |
public |
constructor Create(); |
destructor Destroy; override; |
function Exec(); |
function Test(); |
property LastIndex: LongInt; [rw] |
property RegexpID: TWasmRegexpID; [r] |
property FlagsAsInteger: Integer; [r] |
property Flags: TRegexpFlags; [r] |
end; |
| |
TObject |