[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Internally used class for converting currency to datetime
Source position: fpexprpars.pp line 443
type TCurrencyToDateTimeNode = class(TFPConvertNode) |
||
public |
||
procedure Check; override; |
|
Validate the currency to datetime conversion |
function NodeType; override; |
|
Get the result type for currency to datetime conversion |
procedure GetNodeValue(); override; |
|
Convert currency value to datetime |
end; |
|
Internally used class for converting currency to datetime |
|
| | | ||
|
Internally used class for type conversion operations |
|
| | | ||
|
Internally used class for unary operations with single operand |
|
| | | ||
|
Class for representing nodes in expression trees |
|
| | | ||
The TCurrencyToDateTimeNode conversion node class handles the conversion of currency values to date/time values in expressions. It treats the currency value as a numeric representation that can be converted to datetime format.
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 |