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