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

TFPBinaryOperation.left

Left operand of the binary operation

Declaration

Source position: fpexprpars.pp line 146

public property TFPBinaryOperation.left : TFPExprNode
  read FLeft;

Description

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

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


Documentation generated on: Dec 15 2025