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

TFloatToCurrencyNode

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Internally used class for converting float to currency

Declaration

Source position: fpexprpars.pp line 434

type TFloatToCurrencyNode = class(TFPConvertNode)

public

  procedure Check; override;

  

Validate the float to currency conversion

  function NodeType; override;

  

Get the result type for float to currency conversion

  procedure GetNodeValue(); override;

  

Convert float value to currency

end;

Inheritance

TFloatToCurrencyNode

  

Internally used class for converting float to currency

|

TFPConvertNode

  

Internally used class for type conversion operations

|

TFPUnaryOperator

  

Internally used class for unary operations with single operand

|

TFPExprNode

  

Class for representing nodes in expression trees

|

TObject

Description

The TFloatToCurrencyNode conversion node class handles the conversion of floating-point values to currency values in expressions.

This class is used internally by the TFPExpressionParser class to construct an AST (Abstract Syntax Tree). There is normally no need for you to use or instantiate this class directly.

See also

TFPExprNode

  

Class for representing nodes in expression trees


Documentation generated on: Dec 15 2025