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