Get string representation of function expression
Source position: fpexprpars.pp line 641
public function TFPExprFunction.AsString: AnsiString; override; |
Returns string representation of the function
The AsString method returns a human-readable string representation of the function expression, including the function name and its arguments. The format typically shows the function call as it would appear in an expression.