- Delphi中用HttpCli异步POST数据 2011-09-03 点击:1577 评论:0
- Delphi中用ADSI创建IIS虚拟目录 2011-09-03 点击:622 评论:0
- 在Delphi中用线程冒泡法排序 2011-09-03 点击:793 评论:0
- Delphi中用ShellExecuteEx打开Recycle Bin 2011-09-03 点击:428 评论:0
- Delphi中用TXmlDocument定义文档类型和XML元素 2011-09-03 点击:479 评论:0
- Delphi中用GetTickCount获取计算机运行时间 2011-09-03 点击:1068 评论:0
- Delphi中用Const来提高应用程序在多核多线程下的性能 2011-09-03 点击:653 评论:0
- Delphi中用于读写(I/O)的三种文件类型 2011-09-03 点击:694 评论:0
- Delphi中用TSHFILEOPSTRUCT删除整个目录 2011-09-03 点击:1705 评论:0
- Delphi中用CopyHook实现文件夹防删除 2011-09-03 点击:1111 评论:0
procedure THttpPostForm.PostButtonClick(Sender: TObject);var Data : String;begin Data := '...
unit ActiveDs;interface function ADsGetObject(const PathName: WideString; const GUID: TGUI...
DELPHI作为一个优秀的开发平台,对开发多线程应用程序提供了强有力的支持,即可直接利用32位Windows环境提供的Win32API接口函数CreateThread,也可利用DE...
usesShlObj, ShellAPI, ... ; Place a TButton named 'OpenBinButton' on a form, handle its On...
示例代码:var sl : TStringList; xmlDoc : TXMLDocument; iNode : IXMLNode;begin xmlDoc := TXMLDoc...
函数返回格式:天,小时,分钟,秒function WindowsUpTime : string ; function MSecToTime(mSec: Integer): stri...
我们经常在DELPHI中用const来定义常量,用const来保护函数参数,其实在用const保护函数参数还有另一个更为重要的作用,提高应用程序的执行效率,尤其是在多线程多核下效果...
一.旧pascal文件类型 用旧文件变量表示的文件类型,比如 F:text,F:File. 定义了三类:有类型,无类型,字符类型以及一些Delphi的文件操作函数.比如:Ass...
function SHMyDelDirectory(const Source: string): boolean;var fo: TSHFILEOPSTRUCT;begin Fil...
libraryCopyHook; uses ComServ, CopyMainin’CopyMain.pas’; exports DllGetClassObject, DllCan...