本文整理自网络,侵删。
function HexToDec(const AHexString: String): Integer;begin// 16 进制转换为 10 进制;Result := StrToInt('$'+ AHexString);end;
相关阅读 >>
Delphi 32位程序 out of memory 内存不足时解决办法之一
Delphi imagelist-图片(bmp)按名称而不按索引
更多相关阅读请进入《Delphi》频道 >>
本文整理自网络,侵删。
function HexToDec(const AHexString: String): Integer;begin// 16 进制转换为 10 进制;Result := StrToInt('$'+ AHexString);end;
相关阅读 >>
Delphi 32位程序 out of memory 内存不足时解决办法之一
Delphi imagelist-图片(bmp)按名称而不按索引
更多相关阅读请进入《Delphi》频道 >>
管理员已关闭评论功能...