Validate the binary operation for correctness
Source position: fpexprpars.pp line 145
public procedure TFPBinaryOperation.Check; override; |
The Check method validates the binary operation by checking both operands for correctness and ensuring that they are compatible for the specific operation. It calls the Check method on both operands to perform recursive validation.
The validation process ensures that the operation can be safely executed and that all type requirements and constraints are met before evaluation begins.