Get string representation of less-than-equal operation
Source position: fpexprpars.pp line 245
public function TFPLessThanEqualOperation.AsString: AnsiString; override; |
Returns string representation of the less-than-equal
The AsString method returns a string representation of the less-than-or-equal operation, showing both operands connected by the "<=" symbol for debugging and display purposes.
The string format helps in visualizing comparison expressions and provides clear indication of the combined less-than and equality test being performed.