[Overview][Types][Classes][Procedures and functions][Index] |
Removes a variable with the specified name or ordinal position.
Source position: laz2_xpath.pas line 437
public procedure TXPathEnvironment.RemoveVariable( |
Index: Integer |
); |
const AName: string |
); |
Index |
|
Ordinal position for the variable to remove from the XPath environment. |
AName |
|
Name of the variable to remove from the XPath environment. |
Version 4.0 | Generated 2025-05-03 | Home |