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

TExprBuiltInManager.Identifiers

Array access to built-in identifiers

Declaration

Source position: fpexprpars.pp line 830

public property TExprBuiltInManager.Identifiers[AIndex: Integer] : TFPBuiltInExprIdentifierDef
  read GetI;

Description

The Identifiers property provides indexed access to the built-in identifier definitions registered in the manager. Each element is a TFPExprIdentifierDef object containing function or variable information.

The array allows applications to enumerate and examine all available built-in functions and variables, useful for creating help systems, function browsers, or validation tools.


Documentation generated on: Dec 15 2025