Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2298451
  • 博文数量: 321
  • 博客积分: 3440
  • 博客等级: 中校
  • 技术积分: 2992
  • 用 户 组: 普通用户
  • 注册时间: 2007-05-24 09:08
个人简介

我就在这里

文章分类

全部博文(321)

文章存档

2015年(9)

2014年(84)

2013年(101)

2012年(25)

2011年(29)

2010年(21)

2009年(6)

2008年(23)

2007年(23)

发布时间:2012-12-26 16:46:56

library Project1dll;{ Important note about DLL memory management: ShareMem must be the  first unit in your library's USES clause AND your project's (select  View-Project Source) USES clause if your DLL exports any procedures or  functions that pass strings as parameters or function re......【阅读全文】

阅读(5239) | 评论(0) | 转发(0)

发布时间:2012-12-26 16:46:56

library Project1dll;{ Important note about DLL memory management: ShareMem must be the  first unit in your library's USES clause AND your project's (select  View-Project Source) USES clause if your DLL exports any procedures or  functions that pass strings as parameters or function re......【阅读全文】

阅读(686) | 评论(0) | 转发(0)

发布时间:2012-12-26 10:01:40

以下是Delphi7,经过实践 打开新建工程,选择[DLL Wizard] OK 再打开新建,选择Text COSCO_CB0D_BMP    BITMAP  "D:\res\PBRES90_YTSOFT_CB0D_BMP.bmp" COSCO_CB0S_BMP    BITMAP  "D: \res\PBRES90_YTSOFT_CB0S_BMP.bmp" COSCO_CB0_BMP     BITMAP  "D:\ res\PBR......【阅读全文】

阅读(2018) | 评论(0) | 转发(0)

发布时间:2012-12-26 09:00:24

dwcontrol.update(false,true)前面的那个参数是指定数据窗口控件在更新数据库之前是否自动执行accepttext()的功能把编辑框中的内容放置到缓冲区中,true为执行accepttext(),false为不执行。后面的那个参数指明更新数据库后是否自动复位更新标志。true为复位更新标志,false为不复位更新标志......【阅读全文】

阅读(6813) | 评论(0) | 转发(1)

发布时间:2012-12-24 21:19:01

DataWindow.Processing 判断 DataWindow 对象的类型可用 DataWindow.Processing 判断 DataWindow 对象的类型,dw的类型如下:    0 (Default) Form, group, query, or tabular     1 Grid     2 Label     3 Graph     4 Crosstab     5 Composite &nb......【阅读全文】

阅读(4666) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册