No pongas ninguna máscara y pon esto en el el evento OnKeyPress
Código Delphi
[-]
if ( StrScan('0123456789.'+chr(7)+chr(8), Key) = nil ) then Key := #0;
for i := 1 to length(EDos.Text) do
if ( copy(EDos.Text,i,1) = '.' ) and not ( StrScan('.', Key) = nil ) then Key := #0;