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

TFPExprIdentifierDef.AsInteger

Get identifier value as integer

Declaration

Source position: fpexprpars.pp line 540

public property TFPExprIdentifierDef.AsInteger : Int64
  read GetAsInteger
  write SetAsInteger;

Description

The AsInteger property returns the identifier's value converted to an integer number. If the identifier represents a variable, it retrieves the current value; if it represents a function, it calls the function and returns the result converted to integer format.


Documentation generated on: Dec 15 2025