Difference between revisions of "DesktopApplication.LastWindowIndex"
From Xojo Documentation
(Created page with "N/A") |
|||
Line 1: | Line 1: | ||
− | + | {{PropertyBox | |
+ | | name=LastWindowIndex | ||
+ | | owner=[[DesktopApplication]] | ||
+ | | ownertype=module | ||
+ | | scope=public | ||
+ | | type=[[Integer]] | ||
+ | | platform=all | ||
+ | | readonly=yes | ||
+ | | newinversion=2021r3 | ||
+ | }} | ||
+ | {{Description | ||
+ | |text = Returns the index of the last window the app opened. }} | ||
+ | |||
+ | ==Examples== | ||
+ | See the [[DesktopApplication.Window|Window]] function for an example. | ||
+ | |||
+ | ==See Also== | ||
+ | [[DesktopApplication.Window|Window]] function; [[Window]] class. | ||
+ | |||
+ | [[Category:Desktop]] |