Title: Message
Hi
Just get the onenter to select another control.
Set tabstop to false so that they can tab past the controls.
Warren
 
procedure TForm1.Edit2Enter(Sender: TObject);
begin
  Edit1.SetFocus;
end;
-----Original Message-----
From: Paul Mckenzie [mailto:[EMAIL PROTECTED]
Sent: Monday, 15 December 2003 01:04 p.m.
To: NZ Borland Developers Group - Delphi List
Subject: Re: [DUG] Hints

That is what I want to stop ...
 
Regards
Paul McKenzie
Analyst Programmer
SMSS Ltd.
 
----- Original Message -----
Sent: Monday, December 15, 2003 12:39 PM
Subject: RE: [DUG] Hints

TabStop := False will stop it from being hit on tab but people can still click on it and copy the text out.
 
Stacey
-----Original Message-----
From: Paul Mckenzie [mailto:[EMAIL PROTECTED]
Sent: Monday, 15 December 2003 12:27
To: Delphi List - Delphi
Subject: [DUG] Hints

How do I get the Hints of Disabled TEdits  to Display ?
I need the TEdits be Read-only, non-selectable, and Greyed - but show the hints...
 
OR
 
How do I stop a Read-only TEdit being selectable ?
 
Regards
Paul McKenzie
Analyst Programmer
SMSS Ltd.
 


_______________________________________________
Delphi mailing list
[EMAIL PROTECTED]
http://ns3.123.co.nz/mailman/listinfo/delphi

This e-mail message has been scanned for Viruses and Content and cleared by MailMarshal - For more information please visit www.marshalsoftware.com
_______________________________________________
Delphi mailing list
[EMAIL PROTECTED]
http://ns3.123.co.nz/mailman/listinfo/delphi

Reply via email to