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

TFPExpressionParser.Identifiers

Collection of identifiers and their values

Declaration

Source position: fpexprpars.pp line 790

published property TFPExpressionParser.Identifiers : TFPExprIdentifierDefs
  read FIdentifiers
  write SetIdentifiers;

Description

The Identifiers property provides access to the collection of user-defined identifiers (variables and functions) that can be referenced within expressions. It contains TFPExprIdentifierDef objects defining each identifier.

Applications can add custom variables and functions to this collection to extend the expression language with domain-specific functionality and data sources.


Documentation generated on: Aug 28 2026 Report a problem on this page