Search found 2 matches

by absolutebeginner
Wed Dec 03, 2008 7:08 pm
Forum: Support
Topic: Problem with Copying Table to Clipboard
Replies: 2
Views: 7551

Hi Sergey,

thanks for the fast answer.

That's of course not that, that I would like to hear 'cause this disturbs my complete table layout.

But I guess I have to live with it and make some re-arrangements in the layout.

Gary
by absolutebeginner
Wed Dec 03, 2008 12:44 pm
Forum: Support
Topic: Problem with Copying Table to Clipboard
Replies: 2
Views: 7551

Problem with Copying Table to Clipboard

Hi, I'm just evaluating TRichViewEdit and I have a problem with the 'Color' property of the table when copying the table as RTF via clipboard to Microsoft Word. Here is my example code: Editor.Clear; T1 := TRVTableItemInfo.CreateEx(1,2, Editor.RVData); T1.Color := clGreen; T1.Cells[0,0].Clear; T1 ...