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

TDOMNamedNodeMap.GetSortedItem

Gets the value for the indexed SortedItem property.

Declaration

Source position: laz2_dom.pas line 390

protected function TDOMNamedNodeMap.GetSortedItem(

  index: LongWord

):TDOMNode;

Arguments

index

  

Ordinal position for the node in the sorted item list.

Function result

Value for the SortedItem property.

See also

TDOMNamedNodeMap.SortedItem

  

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


Version 4.0 Generated 2025-05-03 Home