The TSkLabel has a Word property where you must set the Cursor property on:
TSkLabel
Word
Cursor
Or with code, you can set it like this:
SkLabel1.Words.Items[0].Cursor := crHandPoint;