Board index » delphi » TDBEdit with masks - how to make it work?
Craig Kinsman
![]() Delphi Developer |
Tue, 24 Apr 2001 03:00:00 GMT
TDBEdit with masks - how to make it work?
Hi people,
I have a TDBEdit used to enter an ID. I wish to prevent the user including procedure TMyDBMaskedEdit.SetEditMask(myMask: string); I set the mask in the FormCreate event of the form containing my procedure TRtuCfgForm.FormCreate(Sender: TObject); So I'm trying to restrict user input to a letter followed by up to 15 Any ideas on how to get this working? Cheers, |