Validate the constant expression
Source position: fpexprpars.pp line 482
public procedure TFPConstExpression.Check; override; |
The Check method validates the constant expression to ensure that the stored constant value is valid and consistent with its declared type. For constant expressions, validation is typically straightforward since the value is fixed.