String wrap inside table cell
I have long string with fiew linebreak simbols '\n' but I can't show that string right way inside StringGrid cell.
Instead of geting that
*------*
| First line |
| Second line |
| Third line |
*------*
I am geting this
*------*
| First lineSecond |
| |
| |
*------*
If I put that string into Memo then linebreaks are not ingored.
I tryed to play with DrawText function but no luck :( the problem remains
I am working with Borland C++ 6 if it makes any differents

