| [Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets the value for the Item property.
Source position: laz2_dom.pas line 390
protected function TDOMNamedNodeMap.GetPosItem( |
index: LongWord |
):TDOMNode; |
index |
|
Ordinal position for the Item. |
Value for the Item property.
|
Provides indexed access to the unsorted DOM Nodes in the container. |