Makes a copy of the DOM Node.
Source position: laz2_dom.pas line 669
public function TDOMText.CloneNode( |
deep: Boolean; |
ACloneOwner: TDOMDocument |
):TDOMNode; override; overload; |
deep |
|
Indicates if child nodes in the sub-tree are included in the cloned DOM node. |
ACloneOwner |
|
DOM Document used to create the cloned DOM node. |
New DOM Node created in the method.
| Version 4.4 | Generated 2025-11-08 | Home |