Constructor for the class instance.
Source position: laz2_xpath.pas line 187
public constructor TXPathBooleanOpNode.Create( |
AOperator: TXPathBooleanOp; |
AOperand1: TXPathExprNode; |
AOperand2: TXPathExprNode |
); |
AOperator |
|
Operator for the Boolean expression. |
AOperand1 |
|
Left hand operand. |
AOperand2 |
|
Right hand operand. |
| Version 4.4 | Generated 2025-11-08 | Home |