awvGetWindowList
awvGetWindowList( ) =>l_windows/nil
Description
Returns a list of IDs of all Waveform windows associated with the current process.
Arguments
Value Returned
Examples
The following example returns a list of IDs of all Waveform windows associated with the current process.
awvGetWindowList()
=> (window:3 window:4 window:5)
Return to top