Find an identifier by name
Source position: fpexprpars.pp line 585
public function TFPExprIdentifierDefs.FindIdentifier( |
const AName: ShortString |
AName |
|
The name of the identifier to find |
Returns the identifier definition or nil if not found
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.