Ziggy Posted May 2, 2006 Posted May 2, 2006 I need to have a multiline readonly editcontrol in a Delphi 2005 app - the equivalent of the ES_MULTILINE MASM resource flag.I can't find anything in the Delphi 2005 documentation describing how to do this. Web search didn't find anything helpful either - maybe I'm not looking in the right place ?Any help appreciated please.Z
Nacho_dj Posted May 2, 2006 Posted May 2, 2006 Hello Ziggy: Maybe you are looking for a TMemo Class. I have found some links for documentation:/>http://www.sigala.it/sergio/tvision/html/classTMemo.html Examples:/>http://delphi.about.com/od/adptips2005/qt/memoselectline.htm/>http://www.festra.com/eng/tip-memolinenr.htm/>http://www.q3.nu/trucomania/truco.cgi?225&ing/>http://www.swissdelphicenter.ch/en/showcode.php?id=2150 I hope this is helping you Cheers Nacho_dj
Ziggy Posted May 2, 2006 Author Posted May 2, 2006 Thank you - Replacing TEdit with TMemo worked. I had to change the TForm1 edit control to TMemo and edit the dfm directly as text Thanks for the pointer Ziggy
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now