Activate the Window
Source position: MUIClass.Window.pas line 127
public property TMUIWindow.Activate : Boolean |
Setting this to True will activate the window. Setting this to False has no effect. The attribute will change whenever the user activates/deactivates the window.
Specifying False at object creation time will make the window open in an inactive state.
If the window get activated the event OnActivate gets triggered.
|
Event triggered when Window is activated. |