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

TFPAddOperation.AsString

Get string representation of addition operation

Declaration

Source position: fpexprpars.pp line 311

public function TFPAddOperation.AsString: AnsiString; override;

Function result

Returns string representation of the addition

Description

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

The string representation helps in understanding the structure of mathematical expressions and provides useful debugging information for complex arithmetic operations.


Documentation generated on: Dec 15 2025