Get identifier definition by name
Source position: fpexprpars.pp line 777
public function TFPExpressionParser.IdentifierByName( |
const AName: ShortString |
):TFPExprIdentifierDef; virtual; |
AName |
|
The name of the identifier to find |
Returns the identifier definition
The IdentifierByName method searches for an identifier definition with the specified name in the parser's identifier collection. It returns the TFPExprIdentifierDef object if found, or raises an exception if not found.