本文整理自网络,侵删。
function IPToStr(ip: array of UCHAR): string;begin Result := Format('%d.%d.%d.%d', [ip[0], ip[1], ip[2], ip[3]]);end;
相关阅读 >>
Delphi的datetostr strtodate格式灵活用法
Delphi的tservice 服务路径获取 dll中获取文件路径
Delphi xe vcl - tlinklabel(链接标签)
更多相关阅读请进入《Delphi》频道 >>