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

TNodePoolArray

Specifies an array of TNodePool instances.

Declaration

Source position: laz2_dom.pas line 105

type TNodePoolArray = array [0..MaxIntdivsizeof(Pointer)-1] of TNodePool;

Description

TNodePoolArray is an array type which contains TNodePool instances in its elements. The number of elements in the array is defined using:

MaxInt div SizeOf(Pointer)-1

A Pointer to TNodePoolArray is the type used to implement the internal node pools in TDOMDocument.

See also

TNodePool

  

Provides custom memory management when DOM Nodes are created.

PNodePoolArray

  

Pointer to a TNodePoolArray instance.

TDOMDocument

  

Implements the DOM Document interface.


Version 4.4 Generated 2025-11-08 Home