A very strange question, memo1 "Chinese" display appear problem, this problem through the ListBox control "can Assign normal display
But this problem in some computer deposit, some computer does not exist, very strange
Memo1.Lines.Add('发送字节数:' +IntToStr(20));
Memo1.Lines.Add('收到字节数:' +IntToStr(50));
Display as shown in figure 1 (Attachments)
ListBox1.Items.Add('发送字节数:' +IntToStr(20));
ListBox1.Items.Add('收到字节数:' +IntToStr(50));
Memo1.Lines.Assign(ListBox1.Items) ;
Display normal (figure 2)