Search found 2 matches

by SmallDonkey
Fri Mar 09, 2018 5:18 am
Forum: Support
Topic: Change the cursor for a table cell?
Replies: 2
Views: 11200

Re: Change the cursor for a table cell?

Exactly what i needed :D :D :D
 
Thank you

Code: Select all

Table.Options := Table.Options - [rvtoRowSelect];
Table.Options := Table.Options - [rvtoColSelect];
by SmallDonkey
Thu Mar 08, 2018 7:26 am
Forum: Support
Topic: Change the cursor for a table cell?
Replies: 2
Views: 11200

Change the cursor for a table cell?

Hi, how can I change the cursor for a table cell? :roll: :roll: :roll:
08-03-2018 10-17-42.jpg
08-03-2018 10-17-42.jpg (85.56 KiB) Viewed 11200 times