Posted May 2, 200619 yr 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
May 2, 200619 yr 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
May 2, 200619 yr Author 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
Create an account or sign in to comment