Welcome![Sign In][Sign Up]
Location:
Search - StrUtils

Search list

[Windows Developcyysj_2005101511719

Description: AnsiLowerCase 函数 将字符转换为小写 首部 function MidStr(const AText: string const AStart, ACount: Integer): string $[StrUtils.pas 功能 返回字符串AText从AStart开始的ACount个字符 说明 其实就是Copy 参考 function System.Copy 例子 Edit3.Text := MidStr(Edit1.Text, SpinEdit1.Value, SpinEdit2.Value) -AnsiLowerCase function will be converted to lowercase characters first function Mid Str (const AText : string const AStart, ACount : Integer) : string $ [StrUtils.pas functions return a string from AStart open AText before the ACount characters illustrate is the Copy function reference System.Co py example Edit3.Text : = MidStr (Edit1.Text. SpinEdit1.Value, SpinEdit2.Value)
Platform: | Size: 344918 | Author: 寻小小 | Hits:

[Other resourceDelphi6_function_chm

Description: Delphi6.0函数大全,Delphi程序员的至爱。∷图书简介∷ 电子图书名:Delphi6函数大全 Delphi6函数大全(1) <> 首部 function AnsiResemblesText(const AText, AOther: string): Boolean $[StrUtils.pas功能 返回两个字符串是否相似说明 ANSI(American National Standards Institute)美国国家标准协会 不区分大小写参考 function StrUtils.SoundexProc var StrUtils.AnsiResemblesProc例子 CheckBox1.Checked := AnsiResemblesText(Edit1.Text, Edit2.Text)
Platform: | Size: 22951 | Author: lipingping | Hits:

[Delphi VCLRxLib-2.7.7.5_For_D6-2010

Description: 这是有史以来最为经典、优秀的第三方免费元件集。它的很多优良的特性连专业的VCL元件制造厂商的产品都无法媲美。老一些的Delphi/C++Builder程序员都非常欣赏这一巨大的宝库,将这些元件用于大量的软件开发中。例如,经笔者调查,著名的Foxmail软件中就使用了RXLib元件(当然,Foxmail是Delphi开发的)。 这套元件是一套综合性元件集。它其中的内容包含:界面开发、数据库开发、系统开发、常用字符串处理函数、程序开发常用元件等。 最为经典的元件有: FormStorage:将窗体的属性、窗体上的元件的属性存储在注册表或配置文件中,当下次打开软件时,常体状态就会恢复为上次关闭软件时窗体的状态了。 RXWindowHook:能够方便的设置Windows挂钩,比调用API函数方便的多 StrHolder:相当于TStringList类,但是它是元件,因此就不用写麻烦的构造函数、解析函数了。其中的字符串可以直接写到它的属性中,作为一个字符串容器使用。 RXTrayIcon:能够使程序的图表缩到系统托盘中(system tray)。它甚至支持动态的图标。 ClipBoardViewer:能够直接查看剪贴版中的文字 RxGifAnimator:支持Gif文件动画的播放、解析、编辑 StrUtils单元中有大量的字符串处理函数可用.
Platform: | Size: 1704020 | Author: fengsx | Hits:

[Delphi/CppBuilderdelphi常用函数手册

Description: 函数由一句或多句代码组成,可以实现某个特定的功能。使用函数可以使代码更加易读、易懂,加快编程速度及减少重复代码。过程与函数类似,过程与函数最重要的区别在于,过程没有返回值,而函数能有返回值。   在Delphi 7.0中,已为我们定义好了非常多的函数,大致分类有6种:数据类型转换函数、字符串、数组操作函数、文件、磁盘操作函数、内存、指针操作函数、数学运算函数、日期函数。   在Delphi中调用函数,一般情况下可以直接使用函数即可,但由于有一些函数未包含在Uses中列出的单元中(默认单元有Windows,Messages,SysUtils,Variants,Classes,Graphics, Controls,Forms,Dialogs;),所以需要我们手动添加单元。比如,MidStr函数就未包含在这些单元中,MidStr所属单元在StrUtils中,因此我们将StrUtils添加Uses中即可。   在本手册中,凡是未包含在默认列出的单元中的函数,都标明了其所属的单元,使用时应当注意
Platform: | Size: 92160 | Author: ssads@126.com | Hits:

[Windows Developcyysj_2005101511719

Description: AnsiLowerCase 函数 将字符转换为小写 首部 function MidStr(const AText: string const AStart, ACount: Integer): string $[StrUtils.pas 功能 返回字符串AText从AStart开始的ACount个字符 说明 其实就是Copy 参考 function System.Copy 例子 Edit3.Text := MidStr(Edit1.Text, SpinEdit1.Value, SpinEdit2.Value) -AnsiLowerCase function will be converted to lowercase characters first function Mid Str (const AText : string const AStart, ACount : Integer) : string $ [StrUtils.pas functions return a string from AStart open AText before the ACount characters illustrate is the Copy function reference System.Co py example Edit3.Text : = MidStr (Edit1.Text. SpinEdit1.Value, SpinEdit2.Value)
Platform: | Size: 345088 | Author: 寻小小 | Hits:

[Delphi/CppBuilderDelphi6_function_chm

Description: Delphi6.0函数大全,Delphi程序员的至爱。∷图书简介∷ 电子图书名:Delphi6函数大全 Delphi6函数大全(1) <> 首部 function AnsiResemblesText(const AText, AOther: string): Boolean $[StrUtils.pas功能 返回两个字符串是否相似说明 ANSI(American National Standards Institute)美国国家标准协会 不区分大小写参考 function StrUtils.SoundexProc var StrUtils.AnsiResemblesProc例子 CheckBox1.Checked := AnsiResemblesText(Edit1.Text, Edit2.Text) -Delphi6.0 function Guinness, Delphi programmers loved. Introduction ∷ ∷ books e-books were: Delphi6 function Delphi6 function Guinness Guinness (1)
Platform: | Size: 22528 | Author: lipingping | Hits:

[Windows DevelopStrUtils

Description: 字符串工具类,支持字符串各种编解码方式,如:IntToStr、StrToInt、CharToHex、StrToHex 、HexToStr 、Utf8ToUnicode 、UnicodeToUtf8 、Utf8ToAnsi、AnsiToUtf8 、AnsiToUnicode 、UnicodeToAnsi 、Utf8ToBSTR和BSTRToUtf8 -String tools to support the string of various codecs, such as: IntToStr, StrToInt, CharToHex, StrToHex, HexToStr, Utf8ToUnicode, UnicodeToUtf8, Utf8ToAnsi, AnsiToUtf8, AnsiToUnicode, UnicodeToAnsi, Utf8ToBSTR and BSTRToUtf8
Platform: | Size: 3072 | Author: sword | Hits:

[Linux-Unixstrutils

Description: This is a string/pointer manipulation units for Delphi/Freepascal compilers
Platform: | Size: 6144 | Author: Aleksey | Hits:

[Delphi/CppBuilderDelphi6Function

Description: Delphi6函数大全(1) < Delphi6函数大全1-StrUtils.pas>> 首部 function AnsiResemblesText(const AText, AOther: string): Boolean $[StrUtils.pas 功能 返回两个字符串是否相似 说明 ANSI(American National Standards Institute)美国国家标准协会 不区分大小写 参考 function StrUtils.SoundexProc var StrUtils.AnsiResemblesProc 例子 CheckBox1.Checked := AnsiResemblesText(Edit1.Text, Edit2.Text) -Delphi6
Platform: | Size: 22528 | Author: licheng | Hits:

[File OperateStrUtils

Description: Delphi7下字符串操作函数大全收集,需要添加到工程-String manipulation functions Daquan
Platform: | Size: 5120 | Author: aac | Hits:

[OtherStrUtils

Description: 字符串工具类,封装了绝大多数的字符串处理方法(String tool class, encapsulates the vast majority of string processing methods)
Platform: | Size: 3072 | Author: simon_ge | Hits:

CodeBus www.codebus.net