Delphi xe 10.2之安装 TServerSocket 和TClientSocket
http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Installing_Socket_Components
The socket components are not installed by default. To use the socket components, you must install the dclsockets<.bpl> package.
To install the socket components:
- Select Component > Install Packages.
- In the Install Packages dialog box, click Add.
- In the Add Design Package dialog, browse to
C:\Program Files (x86)\Embarcadero\Studio\19.0\bin
. - Select dclsockets250.bpl, and click Open.
- Click OK to dismiss Install Packages dialog.
- The socket components (TClientSocket and TServerSocket) are listed in the Internet category of the Toot Palette.
Note: These steps are one-time installation instructions. The socket components should be available for all future projects.
好的代码像粥一样,都是用时间熬出来的
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· 没有源码,如何修改代码逻辑?
· 一个奇形怪状的面试题:Bean中的CHM要不要加volatile?
· [.NET]调用本地 Deepseek 模型
· 一个费力不讨好的项目,让我损失了近一半的绩效!
· 全网最简单!3分钟用满血DeepSeek R1开发一款AI智能客服,零代码轻松接入微信、公众号、小程
· .NET 10 首个预览版发布,跨平台开发与性能全面提升
· 《HelloGitHub》第 107 期
· 全程使用 AI 从 0 到 1 写了个小工具
· 从文本到图像:SSE 如何助力 AI 内容实时呈现?(Typescript篇)
2019-01-12 c#中,字符串前加@是什么意思
2019-01-12 C# SqlCommand和SqlDataAdapter的区别
2019-01-12 C#使用SqlDataAdapter 实现数据的批量插入和更新