Collection of identifiers and their values
Source position: fpexprpars.pp line 797
published property TFPExpressionParser.Identifiers : TFPExprIdentifierDefs |
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.