I want to allow the user to key in text into a textbox, if the text is too long, then it will wrap to another line and then a scroll bar displayed (it seems Delphi is like that). But I am not going to use Ctrl-Enter, since that will embed a CHR(10) in the data which I cannot save to DB.

So, is this possible...how?


Thanks