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

TFPLessThanOperation.AsString

Get string representation of less-than operation

Declaration

Source position: fpexprpars.pp line 227

public function TFPLessThanOperation.AsString: AnsiString; override;

Function result

Returns string representation of the less-than

Description

The AsString method returns a string representation of the less-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