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

TExtent

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

Declaration

Source position: laz2_dom.pas line 826

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 3.2 Generated 2024-02-25 Home