Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Pascal Delphi Components Misc > Re: Eliminating...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 3 Topic 167 of 251
Post > Topic >>

Re: Eliminating the Beep from TEdit

by "harkawy" <harkawy@[EMAIL PROTECTED] > Dec 22, 2004 at 07:48 PM

By the way,  the event handler looks like this:

procedure TUM2001.Edit1KeyDown(Sender: TObject; var Key: Word;
****ft: T****ftState);
begin
if key = 13 then
Begin
Key := 9;
Edit2.SetFocus;
End;
end;

If I step through the procedure, the beep won't occur until I step past
the last "end;" when the focus goes to the next TEdit.
 




 3 Posts in Topic:
Eliminating the Beep from TEdit
"harkawy" <h  2004-12-22 18:55:49 
Re: Eliminating the Beep from TEdit
"harkawy" <h  2004-12-22 19:48:50 
Re: Eliminating the Beep from TEdit
"harkawy" <h  2004-12-24 20:45:42 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Jul 25 0:11:26 CDT 2008.