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

TFPBinaryOrOperation.AsString

Get string representation of OR operation

Declaration

Source position: fpexprpars.pp line 174

public function TFPBinaryOrOperation.AsString: AnsiString; override;

Function result

Returns string representation of the OR

Description

The AsString method returns a string representation of the OR operation, typically showing both operands connected by the "or" keyword for debugging and display purposes.

The string format aids in visualizing the logical structure of expressions and provides valuable information for debugging complex boolean logic.


Documentation generated on: Dec 15 2025