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

TFloatToCurrencyNode.NodeType

Get the result type for float to currency conversion

Declaration

Source position: fpexprpars.pp line 430

public function TFloatToCurrencyNode.NodeType: TResultType; override;

Function result

Returns currency as the result type

Description

The NodeType method returns rtCurrency to indicate that this conversion produces currency results, enabling proper currency handling in the expression parser.


Documentation generated on: Aug 28 2026 Report a problem on this page