請教INDY的idTCPClient接收數據應該寫在哪個事件中? |
尚未結案
|
hanli
一般會員 發表:4 回覆:5 積分:1 註冊:2005-03-23 發送簡訊給我 |
|
juneo
高階會員 發表:103 回覆:190 積分:118 註冊:2004-05-13 發送簡訊給我 |
IdTCPClient1.Write(); //寫入資料
Send a string using the connection. procedure Write(const AOut: string); virtual; Parameters const AOut: string Buffer to send over the connection. Description Write is a procedure used to send the string specified in AOut over the connection. When AOut is an empty string, no action is performed. Write calls WriteBuffer to perform output from the buffer. Write does not add an End-Of-Line sequence to the output buffer. IdTCPClient1.ReadLn()//讀取回應資料
#0 - Default Line Feed (#10)
LF - Line Feed (#10)
CR - Carriage Return (#13)
EOL - End-of-line (Carriage Return Line Feed)
更詳細的用法請在delphi上對這些指令點F1看說明,我只將當初我用的疑惑用紅色字體提醒。
範例:
While Client1.InputBuffer.Size>0 do Begin X:=Client1.ReadLn(#13); //以#13(0D)為資料結尾 End;數學 程式 經驗=不懂^^ |
Ktop_Robot
站務副站長 發表:0 回覆:3511 積分:0 註冊:2007-04-17 發送簡訊給我 |
本站聲明 |
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。 2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。 3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇! |