-
code5
Delphi将Excel导入到Access数据库修改版(Delphi to Excel Import to Access database to a modified version of)
- 2012-07-05 15:38:24下载
- 积分:1
-
delphil-flashform
1,FlashWindow(Application.Handle, True) 让主程序在任务栏上的图标闪烁
2,FlashWindow(form.Handle, True) 让指定的form状态栏闪烁
3,对于在任务栏上没有图标的form,比如form2可以用下面这个过程模拟一下,
procedure CreateParams(var Params: TCreateParams) override
procedure TForm2.CreateParams(var Params: TCreateParams)
begin
inherited
Params.WndParent := 0 //此段代码的意思是使窗口显示在任务栏中
end
此时FlashWindow(form2.Handle, True) 让form2在任务栏上的图标就会闪烁
(delphil flashform)
- 2013-10-11 11:11:02下载
- 积分:1
-
Kori
It collects results from referee. It can contrlol a table.
- 2018-08-28 18:53:23下载
- 积分:1
-
indy9_ForD2007
delphi2007自动安装的indy10,但是有些地方仍然使用的是indy9 ,delphi2007 安装indy9(Delphi2007 automatic installation of indy10, but in some places still use the indy9, delphi2007 install indy9)
- 2021-05-06 17:19:55下载
- 积分:1
-
cview
- 特别献给Delphi程序员!
献给delphi迷们的一个小礼物包!
程序员在编程中,有时要查看一小段网上下载源码,却要启动庞大DELPHI IDE,如果用记事本编辑程序则不太方便也不习惯,因为大家都习惯了IDE环境写东西,因此写了这个东东,能比较接近的模拟IDE环境,方便于查阅或修改程序源码,
综合考虑多个方面因素,设计这个程序的思路是小而精,启动速度要快,DELPHI IDE那些高亮设置要有,并增加了源码格式化功能,重点要突出,不要太花俏,更不能包罗万象,现在互联网上有很多工具软件,特别是初级程序员作品,都做得很花俏,虽然图文并茂内容丰富,却是为了做多而做多。但并不突所需要的功能。
我写这个东西,是因为我自己的需要,首先,再也不必为了修改一点小错误就打开Delphi IDE环境:
1、多种程序语言语法高亮度显示: 支持pas,vb,java,cpp.
2、源码格式化,支持pas源码格式化,JS源码美化.
3、可自定义文本高亮属性,
4、可个性化选择格式化显示习惯
5、支持鼠标拖放,鼠标右键。
6、熟练的程序员往往习惯用快捷键操作,
如ctrl+F 文件查找,
f3查找下一个
ctrl+D 格式化源码,
ctrl+O打开文件,
ctrl+s保存(Special dedicated Delphi programmers!
    Dedicated to the the delphi fans a little gift packs!
Programmers in programming, sometimes you want to view a short online download source, have to start huge the DELPHI IDE, If you use Notepad to edit the program is less convenient and not used to, because we all used to the IDE environment to write something, so he wrote this stuff, close to the analog IDE environment, easy access or modify the program source,
Consider multiple factors, the idea of the design of this program is small but, to start faster than the Delphi IDE highlighting settings have increased the source formatting features, emphasis should be prominent, not too fancy, not to inclusive, on the Internet there are many tools, especially the junior programmer works, have done very fancy, although the illustrated content rich, but it is to do more and do more. But it does not conflict the functionality required.
I wrote this thing, because my own need)
- 2012-08-11 16:05:56下载
- 积分:1
-
Delphi_write_DLL_complete
说明: delphi下制作DLL程序全面的讲解
有一些输入法的调用例子
一 Dll的制作一般分为以下几步:
1 在一个DLL工程里写一个过程或函数
2 写一个Exports关键字,在其下写过程的名称。不用写参数和调用后缀。
二 参数传递
(Use delphi to design DLL program.
call ime program
)
- 2011-02-27 06:55:57下载
- 积分:1
-
msimg32
msimg header file for delphi 7
- 2010-02-01 02:37:27下载
- 积分:1
-
Delphiini
Delphi 读写ini配置文件 功能简单了点(Ini configuration file read and write Delphi features simple point)
- 2013-12-06 12:04:46下载
- 积分:1
-
XmlDemo
DELPHI对XML的解析,读取,写入,解析,学习所用(nalysis; resolution; analyzing; resolving nalysis; resolution; analyzing; resolving)
- 2020-06-18 17:20:01下载
- 积分:1
-
TSourceList
继承自 TCustomPanel ,是专门显示 Delphi 源码的可视构件,能够将 Object Pascal 关键字以不同色彩显示,标上列号并可以打印(A control which can show delphi source file code ,marking key words by color font.)
- 2017-03-18 08:33:03下载
- 积分:1