- 131
- 0
- 约4.85千字
- 约 7页
- 2021-11-08 发布于江苏
- 举报
Delphi2009 的 Indy 全接触之 UDP 篇
首先新建服务端。
代码如下:unitServerUnit;
代码如下:
unitServerUnit;
interface uses
Windows,Messages,SysUtils,Variants,Classes,Graphics,Controls,Forms,Dialogs,IdBaseComponent, IdComponent,IdUDPBase,IdUDPServer,StdCtrls,IdSocketHandle,IdGlobal;
type
TServerForm=class(TForm) Label1:TLabel;
原创力文档

文档评论(0)