[Overview][Constants][Types][Classes][Procedures and functions][Index] |
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.0 | Generated 2025-05-03 | Home |