我在通过TCP/IP传输数据流,但是在传输时
     MyStream.Position := 0;
      Socket.SendStream(MyStream); {将流发送出去}
为什么 出现下面错误提示,是什么原因??怎么解决!谢谢好心人了!
错误提示:
  project project1.exe raised exception class EAccessViolation with message 'access violation at address 00416013 in module'Project1.exe,Read
of address 00000009'.Process stopped.Use Step or Run to continue.