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

TFPExprIdentifierDef.AsString

Get identifier value as string

Declaration

Source position: fpexprpars.pp line 541

public property TFPExprIdentifierDef.AsString : AnsiString
  read GetAsString
  write SetAsString;

Description

The AsString property returns the identifier's value converted to a string representation. If the identifier represents a variable, it retrieves the current value; if it represents a function, it calls the function and returns the result converted to string format.


Documentation generated on: Dec 15 2025