[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_DOM' (#lazutils)

TDOMNamedNodeMap.GetNamedItem

Gets the item with the specified name.

Declaration

Source position: laz2_dom.pas line 402

public function TDOMNamedNodeMap.GetNamedItem(

  const name: DOMString

):TDOMNode;

Arguments

name

  

Name to locate in the Items for the map.

Function result

Item with the specified name, or Nil when not found.

Description

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.

See also

TDOMNamedNodeMap.FindSorted

  

Finds a DOM Node with the specified name in the sorted container.

TDOMNamedNodeMap.SortedItem

  

Provides indexed access to the sorted DOM Nodes in the container.


Version 3.2 Generated 2024-02-25 Home