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

TXPathEnvironment.AddFunction

Adds a function to the Functions property with the specified name.

Declaration

Source position: laz2_xpath.pas line 433

public procedure TXPathEnvironment.AddFunction(

  const AName: string;

  AFunction: TXPathFunction

);

Arguments

AName

  

Name for the function added to the Functions property.

AFunction

  

Function implementation to use for the specified function name.


Version 4.0 Generated 2025-05-03 Home