[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Record type with a pointer to its extent, followed by an array TDOMNode instances.
Source position: laz2_dom.pas line 825
type TExtent = record |
||
Next: PExtent; |
|
Pointer to the next extent in a Node pool. |
end; |
|
Pointer to a TExtent type. |
|
|
Constructor for the class instance. |
|
|
Destructor for the class instance. |
|
|
Creates a new DOM node instance and stores it in the node pool. |
Version 4.0 | Generated 2025-05-03 | Home |