delphi 字符串常识


本文整理自网络,侵删。

 字符串常识
'BORLAND' { BORLAND }
'You''ll see' { You'll see }
'''' { ' }
'' { 空串 }
' ' { 空格 }
#89#111#117 { You }
#89'Y'#89 { YYY }
#89 + 'Y' + #89 { YYY }
#13#10 { 换行 }

相关阅读 >>

Delphi dcc64.exe Delphi64位命令行编译器揭秘

Delphi string.split 按照任意字符串分割语句

Delphi iddecodermime 对图像编码base64解码成图像文件

Delphi firemonkey的屏幕分辨率hdpi、mdpi、ldpi的差别

Delphi 2009 新增单元 character isletter、isupper、islower、isdigit、isnumber

Delphi idftp 错误:socket error 10054 �c connection reset by peer -连接被重置

Delphi中组件label、edit、tag、memo、richedit

Delphi webbrowser的关于流载入流保存和流生成

Delphi stringtowidestring widestringtostring

Delphi xe android]获取屏幕的物理分辨率

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



打赏

取消

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

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

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

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

评论

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