Get string representation of variable expression
Source position: fpexprpars.pp line 620
function TFPExprVariable.AsString: AnsiString; override; |
Returns string representation of the variable
The AsString method returns a human-readable string representation of the variable expression, typically showing the variable name as it appears in the original expression text.