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

TXPathEnvironment.RemoveFunction

Removes a function with the specified name or ordinal position from the Functions property.

Declaration

Source position: laz2_xpath.pas line 435

public procedure TXPathEnvironment.RemoveFunction(

  Index: Integer

);

procedure TXPathEnvironment.RemoveFunction(

  const AName: string

);

Arguments

Index

  

Ordinal position for the Function with the specified name.

Arguments

AName

  

Name of the function to remove from the Functions property.


Version 4.4 Generated 2025-11-08 Home