[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Removes the node with the specified name.
Source position: laz2_dom.pas line 403
public function TDOMNamedNodeMap.RemoveNamedItem( |
const name: DOMString |
):TDOMNode; |
name |
|
Name for the DOM node removed in the method. |
The DOM node removed in the method.
RemoveNamedItem is a TDOMNode function used to remove the node with the name specified in the name argument. RemoveNamedItem calls the InternalRemove method to locate and remove the node from the map, and possibly restore the default value for a DOM Attribute node.
The return value contains the DOM node removed from the SortedItem property.
|
Performs actions need to remove an attribute node with the specified name. |
|
|
Provides indexed access to the sorted DOM Nodes in the container. |
|
|
Base class for exceptions raised in DOM interface classes. |
|
|
Exception raised when a node is accessed in a context where it does not exist. |
Version 4.0 | Generated 2025-05-03 | Home |