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

TDOMNode.NextSibling

Next DOM Node at the same level in the DOM tree.

Declaration

Source position: laz2_dom.pas line 268

public property TDOMNode.NextSibling : TDOMNode
  read FNextSibling;

Description

NextSibling is a read-only TDOMNode property that represents the next DOM node at the same level in the DOM tree. If no successor node was found at the same level, the property is unassigned (contains Nil).

Use PreviousSibling to access the previous node at the same level in the DOM tree.

See also

TDOMNode.PreviousSibling

  

Previous DOM Node at the same level in the DOM tree.


Version 3.2 Generated 2024-02-25 Home