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

TDOMDocument.ImportNode

Imports a copy of the DOM node into the current document.

Declaration

Source position: laz2_dom.pas line 526

public function TDOMDocument.ImportNode(

  ImportedNode: TDOMNode;

  Deep: Boolean

):TDOMNode;

Arguments

ImportedNode

  

Node with values to import in the method.

Deep

  

Indicates if the entire DOM sub-tree is included in the process.

Function result

DOM node created in the method.


Version 3.2 Generated 2024-02-25 Home