You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 5 Current »
Gives focus to the window given by Hwnd.
Declaration:
FocusWindow(Hwnd: Integer);
Source Code:
frm := newform(200,200, 'My Window'); frm.show; focuswindow(frm.handle); // not really needed here