Jump to content
Tuts 4 You

Delphi Multiline Editcontrol


Ziggy

Recommended Posts

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

Link to comment

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 :D

Cheers B)

Nacho_dj

Link to comment

Thank you - Replacing TEdit with TMemo worked. I had to change the TForm1 edit control to TMemo and edit the dfm directly as text :thumbsup:

Thanks for the pointer

Ziggy

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...