TMemoryStream.Clear
Zeroes the position, capacity and size of the stream.
Declaration
Source position: classesh.inc line 1222
public
procedure Clear;
Description
Clear sets the position and size to 0, and sets the capacity of the stream to 0, thus freeing all memory allocated for the stream.
See also
Name | Description |
---|---|
TCustomMemoryStream.Memory | Pointer to the data kept in the memory stream. |
TStream.Position | The current position in the stream. |
TStream.Size | The current size of the stream. |