Creates a new DOM Document Fragment.
Source position: laz2_dom.pas line 508
public function TDOMDocument.CreateDocumentFragment: TDOMDocumentFragment; |
DOM Document Fragment created in the method.
CreateDocumentFragment is a TDOMDocumentFragment function used to create an empty DOM Document Fragment. CreateDocumentFragment calls the Alloc method to enable memory management for the TDOMDocumentFragment class instance.
|
Implements the DocumentFragment interface from the DOM specification. |
|
|
Ensures the DOM node class type is allocated using the Node pool for the document. |
| Version 4.4 | Generated 2025-11-08 | Home |