Delphi中QuotedStr介绍及使用


本文整理自网络,侵删。

 

给字符串两边加单引号并返回.
声明:function QuotedStr(const S: string): string;
用函数 QuotedStr把字符串S转换成为用引号括起来的字符串。单引号" ' " 将被插入到字符串s的最前和最后。例如:
abc -> 'abc '

相关阅读 >>

Delphi的tservice的windows�入桌面切�q

Delphi bytetype-单双字节判断

Delphi xe5 android程序常用的unit

Delphi 正则表达式tperlregex 类的属性与方法

Delphi idhttp控件:get/post 请求

Delphi 使用zlib对datasetprovider.data数据包进行压缩传输的测试

Delphi 合并文件

Delphi generics collections tdictionary 用法

Delphi修改资源文件的代码

Delphi在postgresql中读写二进制数据

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



打赏

取消

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

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

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

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

评论

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