-
Find more delphi6.0 electronic source, used to calculate whether or not to confi...
delphi6.0电子寻更源程序,用来计算保安有无查抄-Find more delphi6.0 electronic source, used to calculate whether or not to confiscate the security
- 2022-02-21 01:48:30下载
- 积分:1
-
Delphi 7.0 在局域网内发消息
Delphi 7.0 在局域网内发消息,这个本站收集有很多例子了,学习Delphi网络编程可参考的例子,Delphi网络发消息,局域网发消息的例子,敬请关注。
局域网内发消息核心代码:
procedure TFrmSendMessage.Sendmessage(const msg,tomachine,from:string);
var
ms:PWideChar;
begin
ms:=PWIDEChar(WideString(msg));
NetMessageBufferSend(nil,pWidechar(WideString(tomachine)),pWidechar(WideString(from)),ms,length(msg)*2);
end;
procedure TFrmSendMessage.BtnSendClick(Sender: TObject);
begin
Sendmessage(mmMessage.Text,EDTo.Text,EDFrom.Text);
end;
- 2022-04-01 17:32:07下载
- 积分:1
-
自己封装的:日期控件(dataX),选择列表框控件(VALComboBox)。用起来很方便,能减少一些代码。...
自己封装的:日期控件(dataX),选择列表框控件(VALComboBox)。用起来很方便,能减少一些代码。-Its own package: Date control (dataX), select List Box control (VALComboBox). Very easy to use, can reduce some of the code.
- 2022-07-16 05:12:46下载
- 积分:1
-
演示如何设置窗口的最大,最小值
演示如何设置窗口的最大,最小值-demonstrated how to set up the biggest window, the minimum
- 2022-08-19 14:00:00下载
- 积分:1
-
98
说明: 趣味拼音体汉字转拼音软件源码,Delphi 编程学习源码,很好的参考资料。(Fun Pinyin Chinese characters to Pinyin software source code, Delphi programming learning source, a good reference.)
- 2014-02-15 21:49:00下载
- 积分:1
-
databackup
说明: Delphi结合VCL控件实现数据库同步备份系统(Delphi combined with VCL control to realize database synchronization backup system)
- 2020-07-02 19:34:43下载
- 积分:1
-
Delphi7删除字符串指定字符(汉字)的例子
Delphi7删除字符串指定字符的例子,如图所示的运行效果,示例如下文字:“经过这几天在网上的淘金,多少也有些了解了,但是现在我发现就算将分区正确的话,分区所指向的目录区也许会有些问题。”,删除指定的文字为“在”,本例中将上述一段文字中所有的“在”全部删除,在代码部分,各个变量的定义有意思:
Strs, //文本字符串
Stre, //汉字字符串
St, //文本ASCII码
Se, //汉字ASCII码
L_St, //临时文本ASCII码
L_Se, //临时汉字ASCII码
Str_copy //保存文本
: String;
Ints, //文本总长度
Inte, //删除汉字长度
i, //文本循环
p, //汉字循环
ps, //文本指针变量
pe, //汉字指针变量
Int_zh, //找到时保存汉字位置
Int_ch //循环查找时的变量
- 2022-03-23 19:03:00下载
- 积分:1
-
多线程例子
说明: Delphi多线程使用,线程与主线程通信(Delphi multithreading, thread and main thread communication)
- 2020-08-14 14:58:35下载
- 积分:1
-
DelForExp Delphi IDE支持代码格式化D6下
DelForExp
Delphi IDE下的代码格式化工具
支持D6-D2009-DelForExp Delphi IDE support under the Code Formatter D6-D2009
- 2022-05-08 03:21:28下载
- 积分:1
-
20116299183336
delphi换肤入门
没有用任何换肤控件实现界面的按钮换肤。 (delphi skin entry
Did not use any skin button interface controls to achieve skin.
)
- 2011-12-21 21:38:25下载
- 积分:1