资源列表
janLanguage
- This unit is use for translate your software. Create by Jan and alter my me.
sd_indicator
- Component for delphi for showing a progress indicator on your form (zipped)
ExportMultiTitle
- ExportMultiTitle grid多表头导出到Excel-ExportMultiTitle grid header Export to Excel more
While_Loop__TextFile_Read
- Console application written in Delphi. Read text file from disk and display in console window (while loop example).
sendmail(api)
- sendmail 使用api实现发送邮件代码,底层实现-sendmail api
HorizRuler
- 一个尺子的源码。(横向)-A ruler of the source. (Horizontal)
Print
- Delphi打印控制源码,在服务器端运行此程序,就可以在客户端查看到打印日志,对打印机起到监控功能.-Delphi Print control source, run this program on the server side, the client can view the print logs, play a monitoring function on the printer.
Menu-url
- Menu in pascal / delphi to access url: \
Delphi_GetCurrentDir
- 获取当前文件夹 GetCurrentDir 设置当前文件夹 SetCurrentDir ChDir SetCurrentDirectory 获取指定驱动器的当前路径名 GetDir 文件改名 RenameFile 建立文件夹 CreateDir CreateDirectory ForceDirectories 删除空文件夹 RemoveDir RemoveDirectory 建立新文件 FileCreate 获取当前文件的版本号 GetFileVersion 获取
pbTokenizer
- Tokenizers: GetTok, ShortTok, DelTok, AddTok etc-Tokenizers: GetTok, ShortTok, DelTok, AddTok etc..
Delphi-Hart-sample
- 一款用delphi编写的hart上位机通讯软件的例程,仅供参考。-A hart PC communication software routines using delphi for reference only.
MD5
- md5码加密,引用这个MD5以后直接 var s:string begin s:=StrMD5( 我要加密 ) end