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

TDOMNodeAllChildEnumerator

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: laz2_dom.pas line 212

type TDOMNodeAllChildEnumerator = class

public

  constructor Create();

  function MoveNext;

  property Current: TDOMNode; [r]

  function GetEnumerator;

end;

Inheritance

TDOMNodeAllChildEnumerator

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.