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

TFPExprIdentifierDef.AsFloat

Get identifier value as float

Declaration

Source position: fpexprpars.pp line 538

public property TFPExprIdentifierDef.AsFloat : TExprFloat
  read GetAsFloat
  write SetAsFloat;

Description

The AsFloat property returns the identifier's value converted to a floating-point 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 float format.


Documentation generated on: Dec 15 2025