[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Changes the z-order of a window
Source position: fpg_base.pas line 523
public procedure TfpgWindowBase.BringToFront; virtual; abstract; |
This doesn't have much meaning at the widget level, but at the TfpgForm level, it brings a window to the front - above all other windows of the application. Note that this only changes the z-order, it doesn't actually change window focus.
|
This makes the target window the active window |