cowls
0
Q:

how to check if something is only numbers in delphi

if TryStrToInt(Edit1.Text, Value) then
  DoSomethingWithTheNumber(Value)
else
  HandleNotANumberError(Edit1.Text);
0

New to Communities?

Join the community