Unit 'fpsExprParser' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_fpspreadsheet]

TsBinaryOperationExprNode

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

Declaration

Source position: fpsexprparser.pas line 140

type TsBinaryOperationExprNode = class(TsExprNode)

protected

  function HasError(); override;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  function Has3DLink; override;

  

  procedure IterateNodes(); override;

  

  property Left: TsExprNode; [r]

  

  property Right: TsExprNode; [r]

  

end;

Inheritance

TsBinaryOperationExprNode

  

|

TsExprNode

  

|

TObject



CT Web help

CodeTyphon Studio