[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_DOM' (#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 3.2 Generated 2024-02-25 Home