Get string representation of OR operation
Source position: fpexprpars.pp line 174
public function TFPBinaryOrOperation.AsString: AnsiString; override; |
Returns string representation of the OR
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.