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

TFPUnaryOperator.Operand

The operand expression of the unary operator

Declaration

Source position: fpexprpars.pp line 375

public property TFPUnaryOperator.Operand : TFPExprNode
  read FOperand;

Description

The Operand property provides access to the operand of the unary operation. The operand is the single expression node that the unary operation acts upon to produce its result.

The property returns the TFPExprNode that represents the operand, allowing access to its value and type information for evaluation purposes.


Documentation generated on: Dec 15 2025