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

PNodePoolArray

Pointer to a TNodePoolArray instance.

Declaration

Source position: laz2_dom.pas line 104

type PNodePoolArray = ^TNodePoolArray;

Description

PNodePoolArray is a Pointer to the TNodePoolArray type. It is used to implement the internal node pools in TDOMDocument.

See also

TNodePoolArray

  

Specifies an array of TNodePool instances.

TDOMDocument

  

Implements the DOM Document interface.


Version 3.2 Generated 2024-02-25 Home