Alexander Stolte Expert Licensed User Longtime User Sep 29, 2020 #1 How to get the current top page? The B4XPage that is currently open.
DonManfred Expert Licensed User Longtime User Sep 29, 2020 #2 Alexander Stolte said: How to get the current top page? Click to expand... B4X: B4XPages.GetManager.GetTopPage Upvote 0
Alexander Stolte said: How to get the current top page? Click to expand... B4X: B4XPages.GetManager.GetTopPage
Erel B4X founder Staff member Licensed User Longtime User Sep 29, 2020 #3 Note that GetTopPage returns a B4XPageInfo object. You can check its id field to find which page is actually on top. B4XPageInfo.B4XPage will return the page class. Upvote 0
Note that GetTopPage returns a B4XPageInfo object. You can check its id field to find which page is actually on top. B4XPageInfo.B4XPage will return the page class.