Unit 'LSRegExList' Package
[Overview][Constants][Types][Classes][Index] [#pl_solutions]

TLSRegEx

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

Declaration

Source position: LSRegExList.pas line 34

type TLSRegEx = class(TCollectionItem)

public

  constructor Create(); override;

  

  function GetUniqueName(); virtual;

  

  function Execute(); virtual;

  

published

  property Active: Boolean; [rw]

  

  property Author: string; [rw]

  

  property Description: string; [rw]

  

  property Expression: string; [rw]

  

  property DefaultMessage: string; [rw]

  

  property Match: Integer; [rw]

  

  property Modifiers: TLSRegExModifiers; [rw]

  

  property Name: string; [rw]

  

end;

Inheritance

TLSRegEx

  

|

TObject



CT Web help

CodeTyphon Studio