Description:SQLDirect Component Library is a light-weight Borland Database Engine replacement for Borland/CodeGear/Embarcadero Delphi/C++Builder 10.1 Read More
posted @ 2017-04-16 06:10 findumars Views(712) Comments(0) Diggs(0)
ddd Read More
posted @ 2017-04-16 05:02 findumars Views(198) Comments(0) Diggs(0)
执行一个程序,必然就产生一个进程。最直接的程序执行方式就是在shell中以鼠标双击某一个可执行文件图标,执行起来的App进程起始是shell调用CreateProcess激活的。 1.shell调用CreateProcess激活App.exe 2.产生一个进程核心对象,计数值为1 3.系统为此进程建 Read More
posted @ 2017-04-15 00:11 findumars Views(390) Comments(0) Diggs(0)
一、基础知识介绍: 1、ActiveForm的基础知识介绍: 在Delphi中,ActiveForm是封装了Delphi Form的一种ActiveX控件。ActiveForm其实是一种标准的Delphi From(ActiveForm继承自TForm)。ActiveForm中可能会包含某些VCL或 Read More
posted @ 2017-04-14 23:53 findumars Views(1641) Comments(0) Diggs(0)
一、ActiveX应用情况简介: ActiveX控件也就是一般所说的OCX控件,它是 ActiveX技术的一部分。ActiveX是微软公司推出的基于组件对象模型COM的技术,包括对Windows 32位应用编程接口(Win32 API)和组件对象模型的一系列扩充和增强,目标是把计算机桌面环境与因特网 Read More
posted @ 2017-04-14 23:51 findumars Views(4089) Comments(0) Diggs(0)