[Overview][Types][Classes][Procedures and functions][Index] |
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.0 | Generated 2025-05-03 | Home |