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

TDOMDocument.CreateDocumentFragment

Creates a new DOM Document Fragment.

Declaration

Source position: laz2_dom.pas line 509

public function TDOMDocument.CreateDocumentFragment: TDOMDocumentFragment;

Function result

DOM Document Fragment created in the method.

Description

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.

See also

TDOMDocumentFragment

  

Implements the DocumentFragment interface from the DOM specification.

TDOMDocument.Alloc

  

Ensures the DOM node class type is allocated using the Node pool for the document.


Version 3.2 Generated 2024-02-25 Home