[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Objects' (#rtl) |
Clean up memory and destroy the object instance.
Source position: objects.pp line 372
destructor TMemoryStream.Done; virtual; |
Done releases the memory blocks used by the stream, and then cleans up the memory used by the stream object itself.
For an example, see e.g TStream.CopyFrom.
None.
|
Initialize memory stream, reserves memory for stream data. |
No notes exist for this page yet.