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

TDOMText.CloneNode

Makes a copy of the DOM Node.

Declaration

Source position: laz2_dom.pas line 670

public function TDOMText.CloneNode(

  deep: Boolean;

  ACloneOwner: TDOMDocument

):TDOMNode; override; overload;

Arguments

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.

Function result

New DOM Node created in the method.