[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
This makse the target window the active window
Source position: fpg_base.pas line 525
public procedure TfpgWindowBase.ActivateWindow; virtual; abstract; |
This doesn't have much meaning at the widget level, but at the TfpgForm level, it makes the target window the active window. Note that depending on the operating system and Window Manager, the active window could still be obscured by other windows. Under Windows, it seems that the active window is always brought to the front too.
|
Changes the z-order of a window |