I’m wanting to store data in a memory stream and then recover it?
The Delphi 7 IDE allowed you to see into a Memory Stream’s data when tracing but not with Delphi 12 - you have to copy the data out into delphi memoy I guess like an array or something.
is their another way to see Memory Stream’s data some how?
I went to the final selection View → Debug Windows → CPU Windows → entire CPU and fund the address that I could goto
works thanks - you are on the money
I don’t know when it was introduced (Delphi 11?) but there is a built-in debug visualizer for TMemoryStream (and TBytes), available in a few places. e.g. Just hover over the TMemoryStream variable in the source, or find it in local variables, and click the visualizer icon: