Imports a copy of the DOM node into the current document.
Source position: laz2_dom.pas line 525
public function TDOMDocument.ImportNode( |
ImportedNode: TDOMNode; |
Deep: Boolean |
):TDOMNode; |
ImportedNode |
|
Node with values to import in the method. |
Deep |
|
Indicates if the entire DOM sub-tree is included in the process. |
DOM node created in the method.
| Version 4.4 | Generated 2025-11-08 | Home |