Unit 'Laz2_XPath' Package
[Overview][Types][Classes][Procedures and functions][Index] [#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.6 Hosted on Source Forge