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

TFPBinaryOperation.Check

Validate the binary operation for correctness

Declaration

Source position: fpexprpars.pp line 145

public procedure TFPBinaryOperation.Check; override;

Description

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.


Documentation generated on: Dec 15 2025