TTMSFMXPageControl "hand-cursor" on tabs

Hi,


I would like that when the mouse hovers over the tabs of a pagecontrol, the cursor changes into a handpoint.

I tried to do:
mypagecontrol.Tabs.TabSet.Cursor := crHandPoint;

But it doesn't work.
I've seen that the TabSet itself changes the cursor in the HandleMouseMove method of the TabSet,
Is it possible to override this?

TIA

Hi,


The cursor is automatically forced to crDefault when hovering a tab, because the tab can potentially contain a close button and HTML anchor text, so trying to change the cursor to crHandPoint is not supported currently. We'll investigate if we can support this by introducing a property.