Change the cursor for a table cell?
Posted: Thu Mar 08, 2018 7:26 am
Hi, how can I change the cursor for a table cell?
Support forums for TRichView, ScaleRichView, Report Workshop and RVMedia components
https://textally.com/forums/
Code: Select all
Table.Options := Table.Options - [rvtoRowSelect];
Table.Options := Table.Options - [rvtoColSelect];