[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Internally used class for converting float to currency
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; |
|
Internally used class for converting float to currency |
|
| | | ||
|
Internally used class for type conversion operations |
|
| | | ||
|
Internally used class for unary operations with single operand |
|
| | | ||
|
Class for representing nodes in expression trees |
|
| | | ||
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.
|
Class for representing nodes in expression trees |