🌈 搜索
📅  最后修改于: 2022-03-11 14:54:56.482000             🧑  作者: Mango
if TryStrToInt(Edit1.Text, Value) then DoSomethingWithTheNumber(Value) else HandleNotANumberError(Edit1.Text);