摘要:
delphi 连接DBF 使用 DBF 文件时,文件夹表示数据库,单个 DBF 文件表示表 1、BDE,已淘汰 table1.Databasename:=dbdir;//设置库路径table1.TableName:=dbname; 2、ADO 1)用Microsoft jet4.0驱动字符串,大多数
阅读全文
posted @ 2017-04-11 22:19
lypzxy
阅读(1218)
推荐(0)
摘要:
delphi 动态绑定代码都某个控件 TButton(self.FindComponent('Button16')).OnClick := TNotifyEvent(aMethod); 这个要强制转换, 改为rtti属性设置赋值。
阅读全文
posted @ 2017-04-08 22:39
lypzxy
阅读(435)
推荐(0)
摘要:
delphi RTTI 四 获取类属性列表 GetPropList(btn1.ClassInfo, tkAny, PropList) PropCount := GetTypeData(btn1.ClassInfo).PropCount;
阅读全文
posted @ 2017-04-08 21:18
lypzxy
阅读(903)
推荐(0)
摘要:
控件编辑器和属性编辑器类似 http://www.rgzz.sdedu.net/ebook/hdbook/computer/bc/delphizhuanti/rmjq/028.htm
阅读全文
posted @ 2017-04-07 20:43
lypzxy
阅读(885)
推荐(0)
摘要:
RegisterPropertyEditor TPictureEditor = class(TClassProperty) RegisterPropertyEditor(TypeInfo(TPicture), nil, '', TPictureEditor); RegisterPropertyEdi
阅读全文
posted @ 2017-04-07 20:42
lypzxy
阅读(1042)
推荐(0)
摘要:
des加密delphi与c# C#默认是CBC,PKCS7
阅读全文
posted @ 2017-03-30 21:02
lypzxy
阅读(926)
推荐(0)
摘要:
delphi c#语法转换 s:array[1..5] of integer TIArr = array of integer; Berlin有这个新功能 TArray<Integer>;
阅读全文
posted @ 2017-03-29 15:31
lypzxy
阅读(463)
推荐(0)
摘要:
技嘉主板:B150M-D3H 网卡驱动: CPU: 风扇: 机箱: 显示器:
阅读全文
posted @ 2017-03-25 19:12
lypzxy
阅读(148)
推荐(0)
摘要:
.net DLL 注册 regasm regasm regasm myTest.dll regasm.exe 打开vs2005自带的工具“Visual Studio 2005命令提示”,输入上述命令 在没有安装vs开发环境的电脑上,必须安装。net framwork环境2.0以上,或根据项目要求安装
阅读全文
posted @ 2017-03-22 10:05
lypzxy
阅读(1036)
推荐(0)
摘要:
1、定时自动关机 建立批处理bat文件c:\windows\system32\shutdown -s -t 0,然后建立计划任务,执行此命令。 2、定时开机 设置bios,power manager setup>Resume by Alarm>每天执行>开机时间> 3、凭条纸安装 压敏纸 非接触IC
阅读全文
posted @ 2017-03-18 11:23
lypzxy
阅读(293)
推荐(0)
摘要:
delphi继承form 没有inherited;就不会调用父类的方法。 http://blog.csdn.net/foreverhuylee/article/details/37907817 调用父类方法必须明确写上。t0::fun();
阅读全文
posted @ 2017-03-15 13:56
lypzxy
阅读(384)
推荐(0)
摘要:
[bcc32 Error] System.ZLib.hpp(310): E2040 Declaration terminated incorrectly Full parser context DllUnit.cpp(9): #include frm\ttunit1.h ttunit1.h(58):
阅读全文
posted @ 2017-03-13 10:16
lypzxy
阅读(684)
推荐(0)
摘要:
SQL Server setup failed to modify security permissions on 原因是 上述目录中没有权限,浏览此文件夹试试,有 错误,删除文件夹,无权删除,通过右键,属性,权限,更改,添加Administrator就可以了,再安装OK。 管理员模式运行setup
阅读全文
posted @ 2017-03-11 15:12
lypzxy
阅读(1473)
推荐(0)
摘要:
delphi RTTI 读取属性 运行期 通过RTTI给属性赋值 http://docwiki.embarcadero.com/CodeExamples/Berlin/en/Event_RTTI_Invocation_(Delphi) http://www.cnblogs.com/del/archi
阅读全文
posted @ 2017-02-20 21:38
lypzxy
阅读(1056)
推荐(0)
摘要:
PE 装机 下载PE安装到硬盘启动。 下载win7安装原始文件ISO镜像文件,解压ISO到文件夹。 重启电脑,选择PE菜单。 打开windows安装器大全》选择 winntSetup》 install.vim文件的位置:f:\win7\sources\install.vim 引导磁盘的位置 安装磁盘
阅读全文
posted @ 2017-02-15 19:22
lypzxy
阅读(604)
推荐(0)