delphi StrUtils.ReverseString - 翻转字符串


本文整理自网络,侵删。

 StrUtils.ReverseString - 翻转字符串
举例:
--------------------------------------------------------------------------------

var
ss,s: string;
begin
ss := 'Delphi';
s := ReverseString(ss);
ShowMessage(s); {ihpleD}
end;

相关阅读 >>

Delphi利用系统环境变量获取常用系统目录

Delphi idtcpclient和idtcpserver主要属性

Delphi timer定时器 实现定时执行

Delphi dos编程

Delphi 获取网络文件大小

Delphi 判断当前活动窗口

Delphi的with…do语句的用法

Delphi restfull api调用方法

Delphi的常用条件编译指令

Delphi 根据字符串找到函数并执行

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



打赏

取消

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

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

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

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

评论

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