Size of the allocated memory for the stream.
Source position: lclmemmanager.pas line 99
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. |