文件名称:Delphi7_Treeview_SqlServer
- 所属分类:
- TreeView控件
- 资源属性:
- [Dephi] [Pascal] [源码]
- 上传时间:
- 2014-02-11
- 文件大小:
- 309kb
- 下载次数:
- 1次
- 提 供 者:
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
我写了一个类,专门用来操作Treeview和数据库,通过数据库中的数据自动添加到Treeview控件中,不过数据控件用的是ADO组件,另外数据库中存放Treeview节点数据表的结构位:ID:integer PID:Integer Caption:string 字段名成可以不同,但是类型必须相同!-I wrote a class specifically designed to operate Treeview and databases through the data in the database are automatically added to the Treeview control, but using the ADO data control components, in addition to the structure of the database is stored in bits Treeview node data table: ID: integer PID: Integer Caption: string field names to be different, but the type must be the same!
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Delphi7中Treeview与数据库的联合使用实例\Data\Dir.mdb
.......................................\DMUnit.dcu
.......................................\DMUnit.dfm
.......................................\DMUnit.pas
.......................................\frmMainUnit.dcu
.......................................\frmMainUnit.dfm
.......................................\frmMainUnit.pas
.......................................\TreeFillThrd.dcu
.......................................\TreeFillThrd.pas
.......................................\TreeUtils.dcu
.......................................\TreeUtils.pas
.......................................\TreeView.dpr
.......................................\TreeView.exe
.......................................\TreeView.res
.......................................\说明.txt
.......................................\Data
Delphi7中Treeview与数据库的联合使用实例