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

TFPBooleanResultOperation.Check

Validate the boolean result operation

Declaration

Source position: fpexprpars.pp line 190

public procedure TFPBooleanResultOperation.Check; override;

Description

The Check method validates that the operands are compatible for the specific boolean result operation. While the result will be boolean, the operands may be of various types depending on the specific operation (e.g., numeric types for comparison operations).

The validation ensures that the operands are type-compatible for the comparison or relational operation being performed.


Documentation generated on: Dec 15 2025