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

TXPathEnvironment.RemoveVariable

Removes a variable with the specified name or ordinal position.

Declaration

Source position: laz2_xpath.pas line 437

public procedure TXPathEnvironment.RemoveVariable(

  Index: Integer

);

procedure TXPathEnvironment.RemoveVariable(

  const AName: string

);

Arguments

Index

  

Ordinal position for the variable to remove from the XPath environment.

Arguments

AName

  

Name of the variable to remove from the XPath environment.

Version 4.6 Hosted on Source Forge