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

TFPExprIdentifierDefs.FindIdentifier

Find an identifier by name

Declaration

Source position: fpexprpars.pp line 585

public function TFPExprIdentifierDefs.FindIdentifier(

  const AName: ShortString

):TFPExprIdentifierDef;

Arguments

AName

  

The name of the identifier to find

Function result

Returns the identifier definition or nil if not found

Description

The FindIdentifier method searches the collection for an identifier with the specified name and returns the TFPExprIdentifierDef object if found, or nil if not found. The search is case-sensitive and provides a convenient way to locate identifier definitions.


Documentation generated on: Dec 15 2025