Create constant expression with integer value
Source position: fpexprpars.pp line 477
public constructor TFPConstExpression.CreateInteger( |
AValue: Int64 |
); |
AValue |
|
The integer value for the constant |
The TFPConstExpression constructor creates a constant expression that holds an integer literal value. The integer value is stored internally and will be returned whenever the expression is evaluated.
Integer constants are used for whole number values in expressions and can be used in arithmetic operations, comparisons, and function parameters that expect integer arguments.