Pointer to a TNodePoolArray instance.
Source position: laz2_dom.pas line 104
type PNodePoolArray = ^TNodePoolArray; |
PNodePoolArray is a Pointer to the TNodePoolArray type. It is used to implement the internal node pools in TDOMDocument.
|
Specifies an array of TNodePool instances. |
|
|
Implements the DOM Document interface. |
| Version 4.4 | Generated 2025-11-08 | Home |