Size of the allocated memory for the stream.
Source position: lclmemmanager.pas line 93
public property TExtMemoryStream.Capacity; |
Capacity is a public PtrInt property in TExtMemoryStream which contains the memory size allocated for the stream. Setting a new value for the property causes the Realloc method to be called to re-allocate memory to the requested value.
|
Reallocates memory for the stream using the specified capacity. |
| Version 4.4 | Generated 2025-11-08 | Home |