W
wldandan
Unregistered / Unconfirmed
GUEST, unregistred user!
我想只在edit中输入数字,我是这样写的
begin
if not ((key in ['0'..'9']) and (key=#32)) then
key:=#0;
end;
可是好像backspace没起作用。。。
begin
if not ((key in ['0'..'9']) and (key=#32)) then
key:=#0;
end;
可是好像backspace没起作用。。。