本文整理自网络,侵删。
function IsDigit(ch: char): boolean;begin Result := ch in ['0'..'9'];end;
相关阅读 >>
Delphi application.processmessages
Delphi 判断图像格式bmp jpg gif pcx png psd ras sgi tiff err
Delphi Delphi tparallel cleanup needed用法
更多相关阅读请进入《Delphi》频道 >>