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

TExprBuiltInManager.IndexOfIdentifier

Find index of built-in identifier

Declaration

Source position: fpexprpars.pp line 814

public function TExprBuiltInManager.IndexOfIdentifier(

  const AName: ShortString

):Integer;

Arguments

AName

  

Name of identifier to find

Function result

Returns index or -1 if not found

Description

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.


Documentation generated on: Dec 15 2025