资源列表
373
- delphi中,使用quickreport对报表进行查询打印,可以自行添加,完成自己功能-Delphi, use quickreport to query the print statements to add and complete their functions
SHA
- Delphi Use Sha Encryption and decryption
mouseover-ElementInfo
- 一个简单的程序,鼠标经过网页元素,显示元素信息-A simple procedure, mouse over page elements to display element information
calendar_con
- Delphi源代码,阴历、阳历转换程序。-Lunisolar calendar conversion
Delphi-using-win32-dll
- Delphi源码 ,条形码识别,非常好用,识别率高,推荐使用-Delphi Scanning for barcodes
Excel ExportDelphi例程
- excel 文档的导入导出,Delphi,thank you very much to have a view-excel documents for import and export, Delphi, thank you very much to have a view!
uKeyboard-Demo
- Demo for use Touch Screen Keyboard in Delphi
1232223
- delphi 字模软件 分析汉字,英文,数字,提取点阵-delphi matrix software analysis of Chinese characters, English, numbers, dot-matrix extraction
MyDelphiClasses
- MyDelphiClasses是Delphi类代码生成器 -MyDelphiClasses Delphi class code generation
Compras
- procedure TTelaPGTipoConta.FormKeyPress(Sender: TObject var Key: Char) begin if (Key = #13) then // Se a tecla for <enter> begin if (ActiveControl is TwwDBGrid) then { if it is a TDBGrid } with TwwDBGrid(ActiveControl) do begi
dlp9
- Sample 9 for delphi-guide by Valery V Shmeleff Moscow/Russia http://delphi.oflameron.com am
delphiMessage
- Delphi的消息机制,编写通信或者多线程程序时很有用。