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

TFPGreaterThanOperation.AsString

Get string representation of greater-than operation

Declaration

Source position: fpexprpars.pp line 236

public function TFPGreaterThanOperation.AsString: AnsiString; override;

Function result

Returns string representation of the greater-than

Description

The AsString method returns a string representation of the greater-than operation, showing both operands connected by the ">" symbol for debugging and display purposes.

The string format helps in visualizing comparison expressions and provides valuable information for debugging expression parsing and evaluation logic.


Documentation generated on: Dec 15 2025