[Overview][Types][Classes][Procedures and functions][Index] |
Implements an XPath function.
Source position: laz2_xpath.pas line 386
type TXPathFunction = function( |
Context: TXPathContext; |
Args: TXPathVarList |
):TXPathVariable of object; |
Context |
|
Context node for the expression. |
Args |
|
Arguments for the function. |
XPath variable returned from the XPath function implementation.
Version 4.0 | Generated 2025-05-03 | Home |