Adds a function to the Functions property with the specified name.
Source position: laz2_xpath.pas line 433
public procedure TXPathEnvironment.AddFunction( |
const AName: string; |
AFunction: TXPathFunction |
); |
AName |
|
Name for the function added to the Functions property. |
AFunction |
|
Function implementation to use for the specified function name. |
| Version 4.4 | Generated 2025-11-08 | Home |