Find built-in identifier by name
Source position: fpexprpars.pp line 815
public function TExprBuiltInManager.FindIdentifier( |
const AName: ShortString |
AName |
|
Name of identifier to find |
Returns identifier or nil if not found
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.