▍1. delphi的 socket编程源码,从别的网站下的,挺好的
delphi的 socket编程源码,从别的网站下的,挺好的-delphi the socket programming source from the other site, in very good shape;
delphi的 socket编程源码,从别的网站下的,挺好的-delphi the socket programming source from the other site, in very good shape;
对儿时常玩的一种数字游戏4624进行了整理和研究,精炼了算法对4624所有的计算方法和结果进行了穷举,并用公式的方式进行了展示
唆哈...源码对于想赢分的人有用-Kazakhstan led ... source for those who want to win points useful
地理资源的录入程序运用了api的一些知识,想看看吗!挺不不错的-Geographic resources api entry procedures using some knowledge, you would like to see! Ting is not good
delphi的电梯模拟程序,包含图形模拟,代码及说明-elevator simulation program, including graphics simulation code and explanations
Delphi 获取磁盘序号,获取序号非磁盘编号,也不是序列号。运行后的效果如图所示,应该是所选择的磁盘在我的电脑中的排列序号。 操作时,只需选择对应的盘符,然后单击按钮即可,请参见测试截图所示。
This component is used for string manipulation.after you install this component, you can enjoy doing some string manipulations
窗口中的弹出式右键菜单-delphi PopupMenu源码, procedure TForm1.Button1Click(Sender: TObject); var Poin:TPoint; begin Poin := Point(Button1.Left,Button1.Top+Button1.Height); Poin := ClientToScreen(Poin); PopupMenu1.Popup(Poin.X,Poin.Y); end;
Delphi判断双字节,用法简单,在窗口输入框中输入字符串,单击按钮即可,程序会判断出是否包含有双字节字符,判断方法请看下边的代码段: s := Edit1.Text; i := 0; while i begin if (ByteType(S,i) mbSingleByte) then begin s1 := s1+ copy(s,i,2)+; i := i+2; end else i:= i+1; end; label2.Caption := trim(s1);
Delphi 模拟制作Windows XP风格界面的下拉页,实际上就是XP资源管理器界面的右侧窗口,鼠标单击会向下展开,再次单击会重新合拢,像一个折叠展开的面板那样,这种形式的窗口在Windows中已经早有应用,这只是一个用Delphi代码仿写的效果,希望对大家的Delphi界面设计有所帮助。
此控件可将数据表转换成多种格式:文本,HTML,RTF-control this data sheet can be converted into a variety of formats : text, HTML, RTF
Delphi 使用快捷键保存数据,这里是将数据保存在SQLSERVER数据库中,测试前请连接好数据库哦。
Help file for ProfGrid - advanced grid like Excel-Help file for ProfGrid- advanced grid like Excel
针对 UDP 通讯协议的 Socket 构件,附了 UDP 广播的使用范例 -against UDP Socket communication protocol component, accompanied by the use of UDP broadcast paradigm
一个Delphi用的dbtree数据库目录对显示控件-Delphi used a database directory dbtree display control
简单的电话录音源码,具备来电显示、应答、呼叫等功能。-Simple telephone record source program with the function of Show Phone Number, answer and call.
delphi写的简单udp传输,初学者入门,顶-delphi write a simple udp transmission, beginners entry, then the maximum