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

TFPExprIdentifierDef.Value

The value of the identifier

Declaration

Source position: fpexprpars.pp line 549

published property TFPExprIdentifierDef.Value : AnsiString
  read GetValue
  write SetValue;

Description

The Value property contains the current value of the identifier when it represents a variable. For variables, this property holds the actual data value that will be returned when the identifier is evaluated in expressions.

The value is stored as a string but is interpreted according to the identifier's result type. For function identifiers, this property is typically not used as functions compute their results dynamically.


Documentation generated on: Dec 15 2025