Unit 'Laz2_DOM' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lazutils]

TExtent

Record type with a pointer to its extent, followed by an array TDOMNode instances.

Declaration

Source position: laz2_dom.pas line 825

type TExtent = record

  Next: PExtent;

  

Pointer to the next extent in a Node pool.

end;

See also

PExtent

  

Pointer to a TExtent type.

TNodePool.Create

  

Constructor for the class instance.

TNodePool.Destroy

  

Destructor for the class instance.

TNodePool.AllocNode

  

Creates a new DOM node instance and stores it in the node pool.


Version 4.4 Generated 2025-11-08 Home