Application.LastWindowIndex

From Xojo Documentation

Read-Only Property (As Integer )
IntegerValue = aApplication.LastWindowIndex

New in 2019r2

Supported for all project types and targets.

Returns the index of the last window the app opened.

Examples

See the Window function for an example.

See Also

Window function; Window class.