[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Handler called when the form receives focus.
Source position: forms.pp line 705
public property TCustomForm.OnActivate : TNotifyEvent |
This handler is called when the form receives focus for the first time at application start up and then subsequently each time focus is changed from another window of the same application to this window.
For focus changes between different applications the Application.OnActivate handler is called instead.
|
Event handler for activation of the application. |
lazarus-ccr.sourceforge.net |