Delphi Concat 连接两个或多个字符串为一个字符串


本文整理自网络,侵删。

 Concat
  功能说明:连接两个或多个字符串为一个字符串。

  参考实例:

  var

    S1, S2: String;

  begin

    S1 := Concat('A', 'B'); // 连接两个字符串,S1变量等于AB。

    S2 := Concat('Borland', ' Delphi', ' 7.0'); // 连接三个字符,S2变量等于Borland Delphi 7.0。

  end;

相关阅读 >>

Delphi system.net.httpclient 下载

Delphi win10系统通知 notificationcenter1 基本用法

Delphi动态复选框源码

Delphi获取exe文件版本信息的函数

解决 Delphi 程序在不同操作系统中 shellexecute 调用 chrome.exe 偶尔无效的问题

Delphi获取内存及cpu信息的函数

Delphi datasnap使用ipv6

Delphi 遍历fdquery1所有结果

Delphi 操作webbrowser 元素值

Delphi多级指针

更多相关阅读请进入《Delphi》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...