awvRemoveDate
awvRemoveDate(w_windowID)=> t / nil
Description
Removes the title from the specified Waveform window.
Arguments
Value Returned
Examples
The following example removes the title from the current Waveform window.
win = awvGetCurrentWindow()
=> window:77
awvRemoveDate(win)
=> t
The following example removes the title from the specified Waveform window.
awvRemoveDate(window(78))
=> t
Return to top