Tag for OpenWindowTagList(). Activate the window when it opens.
Source position: intuition.pas line 1578
const WA_Activate = WA_Dummy + $26; |
Activate the window when it opens. Equivalent to TNewWindow.Flags with set WFLG_ACTIVATE. Use this flag carefully, as it can change where the user's input is going.