设为首页  
联系我们  
加入收藏  
网页制作 冲浪宝典 图形图像 操作系统 软件教学 编程开发 认证考试 安全技术 站长专区 文学驿站 娱乐天地 游戏天地 办公软件
文章搜索
您的位置: 首页 >> 文章首页 >> 编程开发 >> Delphi >> 字符串函数大全
精品推荐
Delphi点击TOP10
·Delphi2005可以下载了
·用Delphi实现整个网站图片的极速下载
·制作QQ消息炸弹
·TextFile读写
·用delphi实现冰河的远程屏幕操作功能
·首次发布Delphi7汉化帮助
·Delphi的优点
·systemparametersinfo详细用法
·Delphi 6 IDE的运行时抓图及简介
·delphi实现批量缩略图生成工具开发代码
编程开发点击TOP10
·ASP.NET 程序中常用的三十三种代码
·利用ASP.NET构建网上考试系统
·C#版的网站新闻发布系统
·(转)23种设计模式汇集
·设计ASP.NET新闻管理系统
·深山红叶袖珍PE工具箱V16正式版
·我的.NET书架 (入门篇)
·java笔试题
·.NET:是什么?将走向哪里?
·用ASP.NET和XML做的新闻系统
精选专题

字符串函数大全

作者: 来源:网络文章 时间:2005-12-13 22:39:05

字符串函数大全(51)       参考 function SysUtils.ByteType
      例子 CheckBox1.Checked := IsDelimiter(Edit1.Text, Edit2.Text,
      SpinEdit1.Value);
      ━━━━━━━━━━━━━━━━━━━━━
      首部 function IncludeTrailingPathDelimiter(const S: string): string;
      $[SysUtils.pas
      功能 返回包括最后路径分隔符
      说明 最后一个字符是路径分隔符则不变;否则加上一个路径分隔符返回
      参考 function SysUtils.IsPathDelimiter;function System.Length
      例子 Edit1.Text := IncludeTrailingPathDelimiter(Edit2.Text);
      ━━━━━━━━━━━━━━━━━━━━━
      首部 function IncludeTrailingBackslash(const S: string): string; platform;
      $[SysUtils.pas
      功能 返回包括最后斜线
      说明 Result := IncludeTrailingPathDelimiter(S);
      参考 function SysUtils.IncludeTrailingPathDelimiter
      例子 Edit1.Text := IncludeTrailingBackslash(Edit2.Text);
      ━━━━━━━━━━━━━━━━━━━━━
      首部 function ExcludeTrailingPathDelimiter(const S: string): string;
      $[SysUtils.pas
      功能 返回排除最后路径分隔符
      说明 最后一个字符不是路径分隔符则不变;否则减去最后的路径分隔符返回
      参考 function SysUtils.IsPathDelimiter;function System.Length;function
      System.SetLength
      例子 Edit1.Text := ExcludeTrailingPathDelimiter(Edit2.Text);
      ━━━━━━━━━━━━━━━━━━━━━
      首部 function ExcludeTrailingBackslash(const S: string): string; platform;
      $[SysUtils.pas

1.字符串函数大全(1)
2.字符串函数大全(2)
3.字符串函数大全(3)
4.字符串函数大全(4)
5.字符串函数大全(5)
6.字符串函数大全(6)
7.字符串函数大全(7)
8.字符串函数大全(8)
9.字符串函数大全(9)
10.字符串函数大全(10)
11.字符串函数大全(11)
12.字符串函数大全(12)
13.字符串函数大全(13)
14.字符串函数大全(14)
15.字符串函数大全(15)
16.字符串函数大全(16)
17.字符串函数大全(17)
18.字符串函数大全(18)
19.字符串函数大全(19)
20.字符串函数大全(20)
21.字符串函数大全(21)
22.字符串函数大全(22)
23.字符串函数大全(23)
24.字符串函数大全(24)
25.字符串函数大全(25)
26.字符串函数大全(26)
27.字符串函数大全(27)
28.字符串函数大全(28)
29.字符串函数大全(29)
30.字符串函数大全(30)
31.字符串函数大全(31)
32.字符串函数大全(32)
33.字符串函数大全(33)
34.字符串函数大全(34)
35.字符串函数大全(35)
36.字符串函数大全(36)
37.字符串函数大全(37)
38.字符串函数大全(38)
39.字符串函数大全(39)
40.字符串函数大全(40)
41.字符串函数大全(41)
42.字符串函数大全(42)
43.字符串函数大全(43)
44.字符串函数大全(44)
45.字符串函数大全(45)
46.字符串函数大全(46)
47.字符串函数大全(47)
48.字符串函数大全(48)
49.字符串函数大全(49)
50.字符串函数大全(50)
51.字符串函数大全(51)
52.字符串函数大全(52)
53.字符串函数大全(53)
54.字符串函数大全(54)
55.字符串函数大全(55)
共55页 9 7 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [558 :>

字符串函数大全 相关文章:
字符串函数大全 相关软件:
特别声明:本站除部分特别声明禁止转载的专稿外的其他文章可以自由转载,但请务必注明出处和原始作者。文章版权归文章原始作者所有。对于被本站转载文章的个人和网站,我们表示深深的谢意。如果本站转载的文章有版权问题请联系编辑人员,我们尽快予以更正。
转载请注明来源:http://www.xgdown.com