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

TFPUnequalOperation.AsString

Get string representation of inequality operation

Declaration

Source position: fpexprpars.pp line 211

public function TFPUnequalOperation.AsString: AnsiString; override;

Function result

Returns string representation of the inequality

Description

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

The string format helps in understanding the structure of complex comparison expressions and provides useful information for debugging expression parsing and evaluation.


Documentation generated on: Dec 15 2025