Hello,
I need to restrict keyboard input to numbers only - am writing a small converter app- and haven't hit on anything that works completely. Please help . . . . .

if not(Key in ['0'..'9']) then
begin
Beep;
Key := #0;
end;

Users browsing this forum: No registered users and 2 guests