Zeroes the position, capacity and size of the stream.
Source position: classesh.inc line 1527
| 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. |