Validate the float to currency conversion
Source position: fpexprpars.pp line 436
public procedure TFloatToCurrencyNode.Check; override; |
The Check method validates that the floating-point value can be safely converted to a currency value, checking for valid currency ranges and preventing overflow conditions that could result in incorrect currency amounts.