Tag for OpenWindowTagList(). Activate the window when it opens.
Source position: intuition.pas line 1107
const WA_Activate = WA_Dummy + 38; |
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.