[Overview][Types][Classes][Procedures and functions][Index] |
Adds a variable with the given name and value to the Variables property.
Source position: laz2_xpath.pas line 434
public procedure TXPathEnvironment.AddVariable( |
const AName: string; |
AVariable: TXPathVariable |
); |
AName |
|
Name of the variable added in the method. |
AVariable |
|
Value for the variable added in the method. |
Version 4.0 | Generated 2025-05-03 | Home |