...
FocusWindow(Hwnd: Integer);
Source Code
...
Delphi
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
frm := newform(200,200, 'My Window'); frm.show; focuswindow(frm.handle); // not really needed here |
...
...
FocusWindow(Hwnd: Integer);
...
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
frm := newform(200,200, 'My Window'); frm.show; focuswindow(frm.handle); // not really needed here |
...