本文整理自网络,侵删。
function IsDigit(ch: char): boolean;begin Result := ch in ['0'..'9'];end;
相关阅读 >>
Delphi 中的哈希表: thashedstringlist
Delphi �c 如何将多个文件扩展名传递给tdirectory.getfiles?
Delphi webbrowser通过遍历id查找元素是否存在
Delphi fileopendialog1 多选加载大量文件,不受中文文件名影响
更多相关阅读请进入《Delphi》频道 >>