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

TDOMNode.PreviousSibling

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

Declaration

Source position: laz2_dom.pas line 267

public property TDOMNode.PreviousSibling : TDOMNode
  read FPreviousSibling;

Description

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

Use NextSibling to access the next node at the same level in the DOM tree.

See also

TDOMNode.NextSibling

  

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


Version 3.2 Generated 2024-02-25 Home