SelectionExists within a table cell
Posted: Tue Jun 26, 2012 11:42 am
Hello,
I want to test (in a generic way) if some selected text exists and copy it to clipboard, e.g.
if RVE.SelectionExists then RVE.Copy;
The above code does not work if the selection is within a table. What is the best way to fix that?
Thanks,
Costas
P.S. I know it works if i use the RVData of the table, but how do i get that in a generic way?
I want to test (in a generic way) if some selected text exists and copy it to clipboard, e.g.
if RVE.SelectionExists then RVE.Copy;
The above code does not work if the selection is within a table. What is the best way to fix that?
Thanks,
Costas
P.S. I know it works if i use the RVData of the table, but how do i get that in a generic way?