[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 525

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 4.0 Generated 2025-05-03 Home