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

TDOMNodeEnumerator.MoveNext

Gets the First child or the next Sibling as the Current value for the enumerator.

Declaration

Source position: laz2_dom.pas line 205

public function TDOMNodeEnumerator.MoveNext: Boolean;

Function result

DOM node to use as the Current value for the enumerator.

See also

TDOMNode.FirstChild

  

Gets the first child node for the current node.

TDOMNode.NextSibling

  

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


Version 4.0 Generated 2025-05-03 Home