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

TDOMNode.Create

Constructor for the class instance.

Declaration

Source position: laz2_dom.pas line 253

public constructor TDOMNode.Create(

  AOwner: TDOMDocument

);

Arguments

AOwner

  

Document that is the Owner of the class instance.

Description

Create is the constructor for the class instance. Creates stores the TDOMDocument instance in AOwner as the OwnerDocument for the DOM node. Create calls the inherited constructor.

See also

TDOMNode.OwnerDocument

  

DOM Document that created the DOM node.

TDOMDocument

  

Implements the DOM Document interface.


Version 3.2 Generated 2024-02-25 Home