[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_XPath' (#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.0 Generated 2025-05-03 Home