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

TFPGreaterThanEqualOperation.AsString

Get string representation of greater-than-equal operation

Declaration

Source position: fpexprpars.pp line 255

public function TFPGreaterThanEqualOperation.AsString: AnsiString; override;

Function result

Returns string representation of the greater-than-equal

Description

The AsString method returns a string representation of the greater-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 greater-than and equality test being performed.


Documentation generated on: Dec 15 2025