Hi Bart, With D7 & D2010: I have to type "1-23-45-6" to get "1-2-3-4-5-6" with this maskedit. Both MaskEdit1.Text := MaskEdit1.Text and MaskEdi1.Text := '1-2-3-4-5-6' give the same result: '"1__-2__-3-4" >From your previous posts it seems that Delphi's TMaskEdit is pretty buggy. Would it be too complicated to implement a boolean property switch to decide whether to act like Delphi or to act the way it should ? ;-)
Regards, Gerard. -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
