- 博客(2)
- 资源 (1)
- 收藏
- 关注
原创 判断计算机是否在线
uses ... WinSock;function TForm1.findcomputer(computername: string): boolean;var wsadata:twsadata; hostent:phostent;begin result:=true; wsastartup(2,wsadata); hostent:=gethostbyname(pchar(co
2005-08-30 17:50:00
679
原创 Delphi中建议使用的语句(选择自 crbb 的 Blog )
网上找来的 感觉对入门者很有启示 收藏一下了!No.1 判断逻辑类型 }var B: Boolean;beginB := Boolean(2); //这样只是为了调试//B := True;if B = True then ShowMessage(B = True); //不建议//不安全///////if B then ShowMessage(B); //建议//简短end;var B:
2005-08-05 11:31:00
838
MTK入门导读.rar
2008-09-18
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人