Get identifier value as string
Source position: fpexprpars.pp line 541
public property TFPExprIdentifierDef.AsString : AnsiString |
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.