[Overview][Constants][Types][Classes][Procedures and functions][Index] |
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.0 | Generated 2025-05-03 | Home |