Get string representation of AND operation
Source position: fpexprpars.pp line 165
public function TFPBinaryAndOperation.AsString: AnsiString; override; |
Returns string representation of the AND
The AsString method returns a string representation of the AND operation, typically showing both operands connected by the "and" keyword for debugging and display purposes.