Unit 'RLParser' Package
[Overview][Types][Classes][Index] [#pl_fortesreport]

TRLParserNode

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

Declaration

Source position: rlparser.pas line 363

type TRLParserNode = class

protected

  procedure InsertBefore();

  

  procedure AddChild();

  

  function GetRootDistance;

  

  property ChildList: TObjectList; [r]

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  function Eval;

  

  property ParentNode: TRLParserNode; [rw]

  

  property Priority: Byte; [rw]

  

  property Isolated: Boolean; [rw]

  

  property Parser: TRLExpressionParser; [r]

  

  property Operation: TRLParserOperation; [r]

  

  property Value: variant; [r]

  

  property Children []: TRLParserNode; [r]

  

  property ChildCount: Integer; [r]

  

end;

Inheritance

TRLParserNode

  

|

TObject



CT Web help

CodeTyphon Studio