[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_XPath' (#lazutils)

TXPathEnvironment.GetFunctionIndex

Gets the ordinal position of the XPath function with the specified name.

Declaration

Source position: laz2_xpath.pas line 431

public function TXPathEnvironment.GetFunctionIndex(

  const AName: string

):Integer;

Arguments

AName

  

Name of the XPath function to locate in the Functions property.

Function result

Ordinal position of the XPath function with the specified name.


Version 4.0 Generated 2025-05-03 Home