Get the result type for float to currency conversion
Source position: fpexprpars.pp line 437
public function TFloatToCurrencyNode.NodeType: TResultType; override; |
Returns currency as the result type
The NodeType method returns rtCurrency to indicate that this conversion produces currency results, enabling proper currency handling in the expression parser.