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

TFPConstExpression.CreateInteger

Create constant expression with integer value

Declaration

Source position: fpexprpars.pp line 477

public constructor TFPConstExpression.CreateInteger(

  AValue: Int64

);

Arguments

AValue

  

The integer value for the constant

Description

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.


Documentation generated on: Dec 15 2025