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

TFPConstExpression.GetNodeValue

Get the constant value

Declaration

Source position: fpexprpars.pp line 484

public procedure TFPConstExpression.GetNodeValue(

  var Result: TFPExpressionResult

); override;

Arguments

Result

  

Returns the constant value

Description

The GetNodeValue method returns the constant value stored in the expression as a TFPExpressionResult. Since constants have fixed values, this method always returns the same result regardless of context.


Documentation generated on: Dec 15 2025