pteGetActiveScopeModes
pteGetActiveScopeModes( [w_windowId] ) =>l_result/ nil
Description
Returns a list containing the scope modes that are set as active in the specified window.
Arguments
|
ID of the window containing the Palette from which you want to retrieve scope modes data. |
Value Returned
Examples
If the active scopes in the current window are Routing and Valid, pteGetActiveScopeModes()returns the list ("Routing" "Valid").
pteGetActiveScopeModes()
pteGetActiveScopeModes(window(2))
Return to top