0
I have the following code in my role IntegerKeyDown
that is in formpai
If not (CharInSet(KeyChar,['0'..'9']))then
begin
Key:=0;
KeyChar:= 0;
end;
I call him in some Edits of the Sons. Works perfectly on Windows, but does not work on Android. There is no error, but it does not prevent typing letters and symbols.