The value of the identifier
Source position: fpexprpars.pp line 549
published property TFPExprIdentifierDef.Value : AnsiString |
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.