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

TExprBuiltInManager.FindIdentifier

Find built-in identifier by name

Declaration

Source position: fpexprpars.pp line 815

public function TExprBuiltInManager.FindIdentifier(

  const AName: ShortString

):TFPBuiltInExprIdentifierDef;

Arguments

AName

  

Name of identifier to find

Function result

Returns identifier or nil if not found

Description

The FindIdentifier method searches for a built-in identifier with the specified name and returns the TFPBuiltInExprIdentifierDef object if found, or nil if not found. The search is case-sensitive and covers all registered built-in functions and variables.


Documentation generated on: Dec 15 2025