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

TDOMNamedNodeMap.GetPosItem

Gets the value for the Item property.

Declaration

Source position: laz2_dom.pas line 390

protected function TDOMNamedNodeMap.GetPosItem(

  index: LongWord

):TDOMNode;

Arguments

index

  

Ordinal position for the Item.

Function result

Value for the Item property.

See also

TDOMNamedNodeMap.Item

  

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