| [Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets the value for the indexed SortedItem property.
Source position: laz2_dom.pas line 391
protected function TDOMNamedNodeMap.GetSortedItem( |
index: LongWord |
):TDOMNode; |
index |
|
Ordinal position for the node in the sorted item list. |
Value for the SortedItem property.
|
Provides indexed access to the sorted DOM Nodes in the container. |