[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_XPath' (#lazutils)

TXPathMathOpNode.Create

Constructor for the class instance.

Declaration

Source position: laz2_xpath.pas line 157

public constructor TXPathMathOpNode.Create(

  AOperator: TXPathMathOp;

  AOperand1: TXPathExprNode;

  AOperand2: TXPathExprNode

);

Arguments

AOperator

  

Math operator used in the XPath expression.

AOperand1

  

Left hand Operand.

AOperand2

  

Right hand Operand.


Version 4.0 Generated 2025-05-03 Home