Unit 'fpexprpars' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

TFPBinaryOperation.Right

Right operand of the binary operation

Declaration

Source position: fpexprpars.pp line 147

public property TFPBinaryOperation.Right : TFPExprNode
  read FRight;

Description

The Right property provides access to the right operand of the binary operation. The right operand is the second operand in the operation and is typically evaluated after the left operand in operations where evaluation order matters.

The property returns the TFPExprNode that represents the right side of the binary operation, allowing access to its value and type information.


Documentation generated on: Dec 15 2025