Unit 'Laz2_XPath' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lazutils]

TXPathEnvironment.AddVariable

Adds a variable with the given name and value to the Variables property.

Declaration

Source position: laz2_xpath.pas line 434

public procedure TXPathEnvironment.AddVariable(

  const AName: string;

  AVariable: TXPathVariable

);

Arguments

AName

  

Name of the variable added in the method.

AVariable

  

Value for the variable added in the method.


Version 4.4 Generated 2025-11-08 Home