[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: laz2_dom.pas line 839
public constructor TNodePool.Create( |
AElementSize: Integer; |
AElementCount: Integer = 32 |
); |
AElementSize |
|
Size for the class instances stored in the node pool. |
AElementCount |
|
Number of storage slots for nodes in the node pool. |
Allocates an extent with the specified number of entries when the node pool is created.
Version 4.0 | Generated 2025-05-03 | Home |