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

TFPExprIdentifierDef.AsBoolean

Get identifier value as boolean

Declaration

Source position: fpexprpars.pp line 542

public property TFPExprIdentifierDef.AsBoolean : Boolean
  read GetAsBoolean
  write SetAsBoolean;

Description

The AsBoolean property returns the identifier's value converted to a boolean value. 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 boolean format.


Documentation generated on: Dec 15 2025