Its a kinda silly question, but how do you tell a TEdit or TMemo control to use a newline character properly? I've tried the usuals of \r, \n, 10, 13, etc. I need to programatically fill the control, and newlines will be important. I'm passing an AnsiString argument:
frmChat->memoChat->Text = s ;
Thanks.
frmChat->memoChat->Text = s ;
Thanks.