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

TIntConvertNode.Check

Validate the integer conversion for correctness

Declaration

Source position: fpexprpars.pp line 396

public procedure TIntConvertNode.Check; override;

Description

The Check method validates that the conversion operation can be safely performed and that the source value can be properly converted to an integer. It checks for potential overflow conditions and invalid source data types.

The validation helps prevent runtime errors during expression evaluation by ensuring that all type conversions are valid before the actual conversion is attempted.


Documentation generated on: Dec 15 2025