Purpose
Returns the integer identifier of the active window. You can call this function from the MapBasic window in MapInfo Pro.
Syntax
FrontWindow()
Return Value
Integer
Description
The FrontWindow() function returns the integer ID of the foremost document window (Map, Browser, Layout, Graph). Note that immediately following a statement which creates a new window (for example, Map, Browser, Layout, Graph), the new window is the foremost window.
Example
Dim map_win_id As Integer
Open Table "states"
Map From states
map_win_id = FrontWindow()
See Also:
NumWindows() function, WindowID() function, WindowInfo() function