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

TDOMNodeList.Create

Constructor for the class instance.

Declaration

Source position: laz2_dom.pas line 354

public constructor TDOMNodeList.Create(

  ANode: TDOMNode

);

Arguments

ANode

  

DOM Node which provides the child nodes for the list.

Description

Create is the constructor for the class instance, and calls the inherited method on entry.

Create stores the DOM node in ANode as the owner for the node list, and "touches" the internal revision number for the list so that it is refreshed on its next access. Create also allocates the internal TFPList instance used to store the nodes in the node list.

See also

TDOMNode

  

Implements the DOM Node interface.


Version 3.2 Generated 2024-02-25 Home