Gets the item with the specified name.
Source position: laz2_dom.pas line 401
public function TDOMNamedNodeMap.GetNamedItem( |
const name: DOMString |
):TDOMNode; |
name |
|
Name to locate in the Items for the map. |
Item with the specified name, or Nil when not found.
Calls FindSorted to locate the node with the specified name. The return value is Nil if a node with the specified name is not found in the SortedItem property for the map.
|
Finds a DOM Node with the specified name in the sorted container. |
|
|
Provides indexed access to the sorted DOM Nodes in the container. |
| Version 4.4 | Generated 2025-11-08 | Home |