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

TXPathFunction

Implements an XPath function.

Declaration

Source position: laz2_xpath.pas line 386

type TXPathFunction = function(

  Context: TXPathContext;

  Args: TXPathVarList

):TXPathVariable of object;

Arguments

Context

  

Context node for the expression.

Args

  

Arguments for the function.

Function result

XPath variable returned from the XPath function implementation.


Version 4.0 Generated 2025-05-03 Home