ilGetIdeSessionWindow
ilGetIdeSessionWindow( [g_force] ) =>w_IDE /nil
Description
Returns the SKILL IDE session window ID. If g_force is set to a value other than nil, the function creates an IDE window and displays it on the screen.
Arguments
Value Returned
Examples
To return the SKILL IDE session window:
ilGetIdeSessionWindow()=>nil
ilGetIdeSessionWindow(t)=>swindow:1
Related Topics
Return to top