The operand expression of the unary operator
Source position: fpexprpars.pp line 375
public property TFPUnaryOperator.Operand : TFPExprNode |
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.