-
the TBMDThread is a native VCL component
Do you need to write a multithreaded application? Are you annoyed of writing lines and lines of code for thread synchronization and CriticalSections for data protection? Would you believe that the thread is just a click away? Well here it is, the TBMDThread is a native VCL component implementing everything you need to create the thread and the synchronization by just dropping the component on the form. Just set couple of therads to point to one and the same group and you can control and monitor all of them. Enjoy! NOW SUPPORTS Delphi XE3!
- 2022-09-17 02:40:03下载
- 积分:1
-
Delphi GetCurrentDirectory得到系统当前目录
得到系统当前目录,Delphi 得到系统当前目录,这里使用了内置的GetCurrentDirectory函数来实现,比较方便,也比较简单。获取到系统目录后,是通过窗口的标题栏显示目录路径信息,在演示截图上请看窗口的标题栏,显示有程序当前所在的路径。关于GetCurrentDirectory用法,请参见以下两行代码:
GetCurrentDirectory(255,dir);//获得当前目录
form1.Caption:=dir;
- 2022-07-07 13:11:54下载
- 积分:1
-
Indy控件使用示例程序,通过使用Indy控件,实现了一个邮件客户端。...
Indy控件使用示例程序,通过使用Indy控件,实现了一个邮件客户端。-Indy control procedures used example, through the use of the Indy control, achieving a mail client.
- 2022-01-24 13:55:42下载
- 积分:1
-
caller id machines on the delphi development samples applications
caller id machines on the delphi development samples applications
- 2023-06-07 16:50:03下载
- 积分:1
-
一个时钟组件的源码
一个时钟组件的源码-components of a clock source
- 2022-10-12 02:25:03下载
- 积分:1
-
这是一个很好的功能.可以获取到某个文件的一些很好的有用的信息....
这是一个很好的功能.可以获取到某个文件的一些很好的有用的信息.
- 2022-05-24 23:00:10下载
- 积分:1
-
Scanner control source control source code scanners
控制扫描仪源码 -Scanner control source control source code scanners
- 2023-06-17 20:20:04下载
- 积分:1
-
Delphi_726242
Delphi:建立临时文件的Delphi源码示例,请在事先定义好临时文件名称,在某些时候,我们需要程序生成临时文件或临时目录,在此你可借鉴本Delphi源码,新手更应该看哦。
(Delphi: Delphi source code examples to establish temporary files, temporary files defined in advance the name, at some point, we need to program generates temporary files or temporary directory, where you can learn the Delphi source code, novices should Kane.)
- 2014-07-01 01:33:25下载
- 积分:1
-
主要利用Internet组件页中WebBrowser组件来播放指定的GIF文件
主要利用Internet组件页中WebBrowser组件来播放指定的GIF文件-Mainly use the Internet components of the page to play the specified WebBrowser component GIF file
- 2022-12-08 18:25:08下载
- 积分:1
-
Delphi演示UniCode编码、简体繁体互转的方法实现
Delphi演示如何实现UniCode编码、汉字的繁简互转功能,同时将字符转换为unicode码值(十六进制):
常用编码:
codepage=936 简体中文GBK
codepage=950 繁体中文BIG5
codepage=437 美国/加拿大英语
codepage=932 日文
codepage=949 韩文
codepage=866 俄文
codepage=65001 unicode UTF-8
本例子中仅使用了936、950,如果你要进行其他语言的编码转换,仅需相应改变其中的编码值即可。
- 2023-06-10 00:30:04下载
- 积分:1