Find index of built-in identifier
Source position: fpexprpars.pp line 814
public function TExprBuiltInManager.IndexOfIdentifier( |
const AName: ShortString |
):Integer; |
AName |
|
Name of identifier to find |
Returns index or -1 if not found
The IndexOfIdentifier method searches for a built-in identifier with the specified name and returns its index position in the collection. If the identifier is not found, it returns -1. The search is case-sensitive.