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

TFPLessThanEqualOperation.AsString

Get string representation of less-than-equal operation

Declaration

Source position: fpexprpars.pp line 245

public function TFPLessThanEqualOperation.AsString: AnsiString; override;

Function result

Returns string representation of the less-than-equal

Description

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.


Documentation generated on: Dec 15 2025