Get identifier value as integer
Source position: fpexprpars.pp line 540
public property TFPExprIdentifierDef.AsInteger : Int64 |
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.