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

TExprBuiltInManager.IdentifierCount

Number of built-in identifiers

Declaration

Source position: fpexprpars.pp line 829

public property TExprBuiltInManager.IdentifierCount : Integer
  read GetCount;

Description

The IdentifierCount property returns the total number of built-in identifiers (functions and variables) currently registered in the manager. It includes all predefined mathematical functions, string functions, date/time functions, and variables.

This count is useful for iterating through all available built-ins or for applications that need to report or analyze the available expression language features.


Documentation generated on: Dec 15 2025