Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

TAdvOfficeTabSet
How do you determine which tab of the set is being pointed to by the mouse

You can use
TadvOfficeTabSet.PtOnTab(x,y: integer): integer;
This returns -1 when the mouse is not on a tab and the index of a tab when the mouse is over a tab.