您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Delphi 函数介绍

  2. Delphi6函数大全(1) <> 首部 function AnsiResemblesText(const AText, AOther: string): Boolean; $[StrUtils.pas功能 返回两个字符串是否相似说明 ANSI(American National Standards Institute)美国国家标准协会;不 区分大小写参考 function StrUtils.SoundexProc; var StrUtils.AnsiResemblesProc例子
  3. 所属分类:Delphi

    • 发布日期:2007-07-30
    • 文件大小:30720
    • 提供者:welcomejzh
  1. Delphi6函数大全

  2. Delphi6函数大全 首部 function AnsiReplaceStr(const AText, AFromText, AToText: string): string; $[StrUtils.pas 功能 返回字符串AText中用子串AFromText替换成子串AToText的结果 说明 区分大小写 参考 function SysUtils.StringReplace; type SysUtils.TReplaceFlags 例子 Edit4.Text := AnsiReplaceSt
  3. 所属分类:Delphi

    • 发布日期:2009-05-25
    • 文件大小:138240
    • 提供者:liujiazhong001
  1. delphi6函数大全.chm

  2. <>
  3. 所属分类:Delphi

    • 发布日期:2009-09-28
    • 文件大小:30720
    • 提供者:suxin1986
  1. 实战delphi dll的创建和调用

  2. library fundll; { Important note about DLL memory management: ShareMem must be the first unit in your library's USES clause AND your project's (select Project-View Source) USES clause if your DLL exports any procedures or functions that pass strings
  3. 所属分类:Delphi

    • 发布日期:2010-03-02
    • 文件大小:741376
    • 提供者:pp800607
  1. delphi6_function.chm

  2. <>
  3. 所属分类:Delphi

    • 发布日期:2010-03-06
    • 文件大小:30720
    • 提供者:ycwyyy
  1. delphi6_function(函数大全)

  2. 所有的函数都有说明,下面的是例子: 首部 function AnsiResemblesText(const AText, AOther: string): Boolean; $[StrUtils.pas 功能 返回两个字符串是否相似 说明 ANSI(American National Standards Institute)美国国家标准协会;不区分大小写 参考 function StrUtils.SoundexProc; var StrUtils.AnsiResemblesProc 例子 Ch
  3. 所属分类:Delphi

    • 发布日期:2010-09-14
    • 文件大小:22528
    • 提供者:qwertyyes
  1. delphi7常用函数

  2. 函数由一句或多句代码组成,可以实现某个特定的功能。使用函数可以使代码更加易读、易懂,加快编程速度及减少重复代码。过程与函数类似,过程与函数最重要的区别在于,过程没有返回值,而函数能有返回值。   在Delphi 7.0中,已为我们定义好了非常多的函数,大致分类有6种:数据类型转换函数、字符串、数组操作函数、文件、磁盘操作函数、内存、指针操作函数、数学运算函数、日期函数。   在Delphi中调用函数,一般情况下可以直接使用函数即可,但由于有一些函数未包含在Uses中列出的单元中(默认单元有Wi
  3. 所属分类:Delphi

    • 发布日期:2010-10-08
    • 文件大小:21504
    • 提供者:ly5564330
  1. Delphi6函数大全

  2. 首部 function AnsiResemblesText(const AText, AOther: string): Boolean; $[StrUtils.pas 功能 返回两个字符串是否相似 说明 ANSI(American National Standards Institute)美国国家标准协会;不区分大小写 参考 function StrUtils.SoundexProc; var StrUtils.AnsiResemblesProc 例子 CheckBox1.Checked :=
  3. 所属分类:Delphi

    • 发布日期:2010-10-14
    • 文件大小:30720
    • 提供者:morgan_yuan
  1. Delphi6函数大全

  2. Delphi6函数大全(1) <> 首部 function AnsiResemblesText(const AText, AOther: string): Boolean; $[StrUtils.pas 功能 返回两个字符串是否相似 说明 ANSI(American National Standards Institute)美国国家标准协会;不区分大小写 参考 function StrUtils.SoundexProc; var StrUtils.AnsiResemblesProc
  3. 所属分类:Delphi

    • 发布日期:2010-12-26
    • 文件大小:295936
    • 提供者:sotfd2013
  1. DELPHI字符串函数大全

  2. DELPHI字符串函数大全 首部 function AnsiResemblesText(const AText, AOther: string): Boolean; $[StrUtils.pas 功能 返回两个字符串是否相似 说明 ANSI(American National Standards Institute)美国国家标准协会;不区分大小写 参考 function StrUtils.SoundexProc; var StrUtils.AnsiResemblesProc 例子 CheckB
  3. 所属分类:Delphi

    • 发布日期:2011-02-18
    • 文件大小:62464
    • 提供者:axingxing
  1. 用DXScene三方控件开发的一个闹钟提醒

  2. 用dxscene开发的。在网上似乎这个的资源也挺少的。这是第一次玩dxscene。dxscene做出的效果是挺炫的。支持3d。程序里面用到的,翻转,半透明。有兴趣的朋友可以和我一起探讨,我的邮箱:ibleave60@sina.com uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, dx_scene, dx_vgcore, dx_vglayer, dx_ani, St
  3. 所属分类:Delphi

    • 发布日期:2011-03-24
    • 文件大小:1048576
    • 提供者:ibleave60
  1. Delphi6函数大全

  2. 首部 function AnsiResemblesText(const AText, AOther: string): Boolean; $[StrUtils.pas 功能 返回两个字符串是否相似 说明 ANSI(American National Standards Institute)美国国家标准协会;不区分大小写 参考 function StrUtils.SoundexProc; var StrUtils.AnsiResemblesProc 例子 CheckBox1.Checked :=
  3. 所属分类:Delphi

    • 发布日期:2011-03-26
    • 文件大小:30720
    • 提供者:simonxfx
  1. Delphi6函数大全

  2. Delphi6函数大全(1) <> 首部 function AnsiResemblesText(const AText, AOther: string): Boolean; $[StrUtils.pas 功能 返回两个字符串是否相似 说明 ANSI(American National Standards Institute)美国国家标准协会;不区分大小写 参考 function StrUtils.SoundexProc; var StrUtils.AnsiResemblesProc
  3. 所属分类:Delphi

    • 发布日期:2011-09-11
    • 文件大小:30720
    • 提供者:kzl623
  1. 转Delphi版VNC客户端源代码

  2. 转个Delphi版VNC客户端源代码 uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, IdBaseComponent, IdComponent, IdTCPConnection, strutils, IdTCPClient, ExtCtrls, IdAntiFreezeBase, IdAntiFreeze, ComCtrls;
  3. 所属分类:网络监控

    • 发布日期:2011-10-09
    • 文件大小:47104
    • 提供者:jiang_dawei
  1. Delphi6函数大全

  2. Delphi 函数大全(中文) 首部 function AnsiResemblesText(const AText, AOther: string): Boolean; $[StrUtils.pas 功能 返回两个字符串是否相似 说明 ANSI(American National Standards Institute)美国国家标准协会;不区分大小写 参考 function StrUtils.SoundexProc; var StrUtils.AnsiResemblesProc 例子 Chec
  3. 所属分类:软件测试

    • 发布日期:2011-11-09
    • 文件大小:30720
    • 提供者:fhner
  1. MemorySearch内存搜索工具

  2. 内存搜索工具 unit UnitMemorySearch; interface uses tlhelp32,strutils, Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ComCtrls, Buttons, ExtCtrls; type TFrmMemory = class(TForm) ListAdress: TListBox; BtnFirst:
  3. 所属分类:Delphi

    • 发布日期:2012-07-23
    • 文件大小:569344
    • 提供者:mytinaonly
  1. 温度采集代码

  2. 温度采集代码 上位机部分源程序: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, CPort, ExtCtrls, RzBorder, StrUtils, StdCtrls, RzLabel, iComponent, iVCLComponent, iCustomComponent, iPlotComponent, iPlo
  3. 所属分类:C++

    • 发布日期:2012-08-03
    • 文件大小:925696
    • 提供者:wlf4186
  1. ezService分布式应用快速开发工具

  2. * ezService一直在更新中。请从http://www.ezService.org/download/ezService.exe下载最新版本。 * 根据调查,多数使用者认为原先的价格过高,自2003年9月1日起ezService价格进行重大调整,仅为原来价格的30%! ezService是一个致力于简化分布式计算服务开发的框架。 简要介绍: 1. 使用ezService开发分布式数据库应用,可以大幅度简化应用服务器的开发,无须在建立COM+/SOAP Server应用上花费任何时间,也不
  3. 所属分类:其它

    • 发布日期:2006-03-16
    • 文件大小:4194304
    • 提供者:Miracle
  1. delphi6函数大全.zip

  2. delphi6函数大全.zip delphi6函数大全.zip 首部 function AnsiResemblesText(const AText, AOther: string): Boolean; $[StrUtils.pas 功能 返回两个字符串是否相似 说明 ANSI(American National Standards Institute)美国国家标准协会;不区分大小写 参考 function StrUtils.SoundexProc; var StrUtils.AnsiResem
  3. 所属分类:专业指导

    • 发布日期:2012-11-24
    • 文件大小:22528
    • 提供者:yihaiming87
  1. dephi字符串函数大全及实例

  2. 首部 function AnsiResemblesText(const AText, AOther: string): Boolean; $[StrUtils.pas 功能 返回两个字符串是否相似 说明 ANSI(American National Standards Institute)美国国家标准协会;不区分大小写 参考 function StrUtils.SoundexProc; var StrUtils.AnsiResemblesProc 例子 CheckBox1.Checked :=
  3. 所属分类:其它

    • 发布日期:2008-09-08
    • 文件大小:40960
    • 提供者:shaowenping
« 12 »