[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Zeroes the position, capacity and size of the stream.
Source position: classesh.inc line 1067
public procedure TMemoryStream.Clear; |
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.
|
The current size of the stream. |
|
|
The current position in the stream. |
|
|
Pointer to the data kept in the memory stream. |