How do I get the number of the page where there is an object? For example: there is a Button1 on the first page and Button2 on the second page, how do I get the number of the page where there is the Button1 without ActivePageIndex? Thanks.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
It's very common to want to find the closest parent of a specific class. So, it pays dividends to make a function to do just that.
Once you have this in place you can use it to solve your current problem.
Having separated the concerns like this you can make use of |
|||||||
|
|
Try this:
It works if the button is directly in the tab sheet (no panels or other controls). If you have panels, you can walk the parent chain to see if a parent is a TTabSheet:
|
|||
|
|
|
||||
|
|
|
I like to use
with such a class
|
|||||
|
|
As far the addition shown here was not asked, I'll add is an other answer
|
|||
|
|