本文整理自网络,侵删。
字符串常识
'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》频道 >>