[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Handler called when the form receives focus.
Source position: forms.pp line 728
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 for the same application to this window.
For focus changes between different applications, the Application.OnActivate event handler is called instead.
|
Event handler signalled when an Activate message is handled in the application. |