[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: laz2_dom.pas line 252
public constructor TDOMNode.Create( |
AOwner: TDOMDocument |
); |
AOwner |
|
Document that is the Owner of the class instance. |
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.
|
DOM Document that created the DOM node. |
|
|
Implements the DOM Document interface. |
Version 4.0 | Generated 2025-05-03 | Home |