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

TExprBuiltInManager.IdentifierByName

Get identifier by name with exception on not found

Declaration

Source position: fpexprpars.pp line 816

public function TExprBuiltInManager.IdentifierByName(

  const AName: ShortString

):TFPBuiltInExprIdentifierDef;

Arguments

AName

  

Name of identifier to retrieve

Function result

Returns the found identifier

Description

The IdentifierByName method retrieves a built-in identifier by name from the manager. Unlike FindIdentifier, this method raises an exception if the identifier is not found, making it suitable when the identifier is expected to exist.


Documentation generated on: Dec 15 2025