T
taibu
Unregistered / Unconfirmed
GUEST, unregistred user!
有一自定义类型如下:<br>MyMsgType=(Mouse_Left,Mouse_ShiftLeft,Mouse_Right,Mouse_Middle)<br>type<br> NetData = record<br> Protocol: set of MyMsgType;<br> MsgBuff :TMemoryStream;<br> end;<br>当把一个文件保存到MsgBuff时,如何计算NetData的大小?