Represents a memory manager item with a pointer to the next item in the list.
Source position: lclmemmanager.pas line 28
type TLCLMemManagerItem = record |
||
Next: PLCLMemManagerItem; |
|
Pointer to the next item in the memory manager. |
end; |
|
Pointer to a TLCLMemManagerItem type. |
| Version 4.6 | Generated 2026-02-20 | Home |