1

I have a follow up question to one of my previous questions. I have switched over to using Skia4Delphi in my applications, but the properties are very different.

I was using TLabel and setting the Cursor property on it to change the mouse icon when I hover over it.

However now I am using a TSkLabel component form Skia4Delphi and there isn't a Cursor property

Can I not do this with a Skia Label and if I can, how? Please help

1 Answer 1

2

The TSkLabel has a Words property where you must set the Cursor property on:

TSkLabel in Delphi Programming IDE

Or with code, you can set it like this:

SkLabel1.Words.Items[0].Cursor := crHandPoint; 
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.