一.ocx入口和dll入口一样var oServices: TThemeServices;begin Assert(IsLibrary); oServices := Themes.ThemeServices; System.RegisterExpectedMemoryLeak(oServices);end.二.创建控件1.  添加类TAFCActiveFormControl 2.  修改创建 in... Read More
posted @ 2010-03-25 19:11 SouthAurora Views(1373) Comments(0) Diggs(0) Edit
一.创建 1."New"-->"Other"-->"ActiveX"-->"ActiveX library" 2.选中新建的项目--->从ActiveX界面选中"ActiveX Form"3.将需要的控件添加到ActiveX Form上. 4.一定要在机器山注册才能使用 如果在Delphi中可以使用"Run"-->"Register ActiveX Server" 也... Read More
posted @ 2010-03-25 19:05 SouthAurora Views(281) Comments(0) Diggs(0) Edit
一."New Project From Module" ---> "选择ocx/dll"二."Run" ----> "Parameters..." ---->"Host Application:" --->"选择Exe" Read More
posted @ 2010-03-25 18:49 SouthAurora Views(292) Comments(0) Diggs(0) Edit
一,Delphi项目设置For AQTime(Delphi 2007 for Win32 application for AQtime) Open your project in CodeGear Delphi 2007 for Win32.Select Project | Configuration Manager from the main menu. This will open the B... Read More
posted @ 2010-03-25 17:59 SouthAurora Views(1011) Comments(0) Diggs(0) Edit
1简介AQTime和MemProof都是AutomatedQA旗下的产品,AQTime比MemProof提供了更丰富强大的功能。该产品含有完整的性能和调试工具集,能够收集程序运行时关键的性能信息和内存/资源分配信息,并提交概要报告和详细报告,还提供所有的程序优化处理工具,囊括了自定义过滤器、图形化的调用层次结构一直到源代码浏览等内容。AQTime的特色在于它不仅是一款调试工具,还是一款性能优化工具... Read More
posted @ 2010-03-25 17:01 SouthAurora Views(454) Comments(0) Diggs(0) Edit