[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Implements an extended memory stream with a minimum growth factor.
Source position: lclmemmanager.pas line 89
type TExtMemoryStream = class(TMemoryStream) |
||
protected |
||
function Realloc(); override; |
|
Reallocates memory for the stream using the specified capacity. |
public |
||
property Capacity; |
|
Size of the allocated memory for the stream. |
end; |
|
Implements an extended memory stream with a minimum growth factor. |
|
| | | ||
| | | ||
| | | ||
| | | ||
| Version 4.4 | Generated 2025-11-08 | Home |