CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 其它 Dephi控件源码

资源列表

« 1 2 ... .38 .39 .40 .41 .42 1843.44 .45 .46 .47 .48 ... 2137 »
  1. delphiadoquery

    0下载:
  2. Delphi ADO查询示例,练习使用ADODB连接access,并使用DBGrid显示数据的例子。程序可设置多个查询条件,支持模糊查询和不区分大小写的查询,学习Delphi与ADO数据库操作的实用例子。程序界面截图如上图所示,所需要的Access数据库文件已为您打包在里面。-Delphi ADO query example, practice using the ADODB connection access, and use the DBGrid display examples of da
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:223.99kb
    • 提供者:wpudn55
  1. BlockRead

    0下载:
  2. delphi BlockRead用法的源码实例,blockread 函数可以读一个或多个记录到变量中,示例为你设计了一个按钮,点击这个按钮可以选择文件,选择文件后你可以看到复制了多少bytes到变量中,还不错吧,挺简单的例子了。-Delphi BlockRead use source code examples, the blockread function can read one or more records to a variable, sample design a button fo
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-15
    • 文件大小:5.57kb
    • 提供者:wpudn56
  1. twojigoudelphi

    0下载:
  2. 2层结构的delphi数据库操作例子,Master/Details示例,程序分server端和Client端,结合数据库以一个企业信息程序来展现。-Delphi database operations example, 2 layer structure of the Master/Details sample program, server and Client terminal, combined with the database to show up in a enterprise in
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-25
    • 文件大小:19.37kb
    • 提供者:wpudn56
  1. encryptdpr

    0下载:
  2. 简单文件加密(Delphi解密代码),单击“选择文件”可选择要加密的文件,后面的是输入密码的选项,然后就执行加密操作了,当然也可以通过本程序解密。-Simple file encryption (Delphi decryption code), click "select file" option to encrypt the file, followed by a password option, and then perform the encryption operation, of co
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-25
    • 文件大小:9.5kb
    • 提供者:wpudn56
  1. TDBEdit

    0下载:
  2. Delphi TDBEdit组件示例,Delphi实现Tdate TimePicker组件的数据感知功能控件示例,演示了从文件中读取图片并放到DBImagePhoto对象中,删除DBImagePhoto对象中的图片、将DBImagePhoto对象中的图片保存为文件、从剪切板中读取图片到DBImagePhoto对象中、将DBImagePhoto对象中的图片拷贝到剪切板-Delphi TDBEdit components example, Delphi data aware control samp
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-23
    • 文件大小:10.78kb
    • 提供者:wpudn56
  1. SeekEof

    0下载:
  2. Delphi Seekeof用法例子,seekeof不读文件尾空行,就和seekeoln不算行末空格一样,此函数在导弹拦截一题中超有用.-Delphi Seekeof usage examples, seekeof don t read documents trailing blank lines, just like seekeoln is not the end of line space, this function to intercept a super useful in missi
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:5.36kb
    • 提供者:wpudn56
  1. Delphicreatable

    0下载:
  2. Delphi动态创建Sqlserver数据表,依次在窗口中输入表名称、各个字段名称、字段类型和长度,点击“建表”功能即可,不过之前请附加好Database文件夹中的SQLServer数据库文件,对Delphi初学者来说,是个不错的参考范例。-Dynamic Delphi Sqlserver to create data tables, input input table name, field names, each field type and length in the window, cl
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-09
    • 文件大小:1.82mb
    • 提供者:wpudn57
  1. Delphizzchaxun

    0下载:
  2. Delphi把子查询用作派生表小实例,有关Delphi子查询的例子,期待共同与大家参考。-Delphi subquery derived tables small instance as the Delphi, for example, look together with everybody reference.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-25
    • 文件大小:177.48kb
    • 提供者:wpudn57
  1. Delphiexists

    0下载:
  2. Delphi使用exists和noexists进行数据库的查询实例。可以求交集和差集,有兴趣参考下。带有数据库文件,在Database文件夹下,测试前请附加好数据库并连接数据库信息。-Delphi uses exists and noexists database query example. Can the intersection and difference sets, are interested in the reference. With a database file, in th
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:177.42kb
    • 提供者:wpudn57
  1. DelphiDelete

    0下载:
  2. Delphi使用Delete语句的例子,一个简单的例子,比较初级,主要是练习Sql语句,使用Delete语句删除数据,从Delphi书中整理出来的例子,希望Delphi初学者喜欢。-Delphi uses the Delete statement to example, a simple example, compare the primary, the practice is mainly the Sql statement, using the Delete statement to del
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:14.12kb
    • 提供者:wpudn57
  1. Delphibatupdate

    0下载:
  2. Delphi批量更新SQL数据库内容,批量更新数据的Delphi实例,文件夹Database下包括两个文件:DelphiClassical200 _Data.MDF、DelphiClassical200 _Log.LDF为数据库附加文件。测试前请附加到SQLServer中,并定义好数据库连接字符串信息。-Delphi SQL batch update database content, batch update data instances of Delphi, Database folder
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-09
    • 文件大小:1.82mb
    • 提供者:wpudn57
  1. Delphidatasql

    1下载:
  2. Delphi获取数据库中的重复记录,我觉得这个技巧比较实用,可以找出数据库中的重复记录,对SQLSERVER数据维护有不小帮助。-Delphi gets repeated records in the database, I think this skill more practical, can find duplicate records in the database, there is no small help to maintain SQLSERVER data.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-24
    • 文件大小:272.94kb
    • 提供者:wpudn58
« 1 2 ... .38 .39 .40 .41 .42 1843.44 .45 .46 .47 .48 ... 2137 »
搜珍网 www.dssz.com