Array access to built-in identifiers
Source position: fpexprpars.pp line 830
public property TExprBuiltInManager.Identifiers[AIndex: Integer] : TFPBuiltInExprIdentifierDef |
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.