Board index » delphi » String Input checking (Masking inputs)

String Input checking (Masking inputs)

Hi to all,
who has a string input checking routine for me, that validates any
keypress for certain values?
Any help is welcome...
Alf Schuster,
Italy
 

Re:String Input checking (Masking inputs)


alf schuster heeft geschreven in bericht <360E7A83.51515...@tin.it>...
|Hi to all,
|who has a string input checking routine for me, that validates any
|keypress for certain values?
|Any help is welcome...
|Alf Schuster,
|Italy

Have you tried Delphi's TMaskEdit ??

Regards,
Dirk Claessens
______________________________________________
dirk.claess...@village.ZZuunet.be
dirk.claessens...@belgium.ZZagfa.com
Mailheader was forged  to fight spam !
Use the above and remove ZZ
______________________________________________

Re:String Input checking (Masking inputs)


Why not use the TMaskEdit component??
 or if you are looking to do this out side of an edit control then you
could use the

Pos('?', SearchString) = ?

alf schuster <al...@tin.it> wrote in article <360E7A83.51515...@tin.it>...

Quote
> Hi to all,
> who has a string input checking routine for me, that validates any
> keypress for certain values?
> Any help is welcome...
> Alf Schuster,
> Italy

Other Threads