[Overview][Types][Classes][Procedures and functions][Index] |
Performs actions needed when the form instance is created.
Source position: timepopup.pas line 57
published procedure TTimePopupForm.FormCreate( |
Sender: TObject |
); |
Sender |
|
Object for the event notification. |
FormCreate reimplements the FormCreate method to initialize the form instance, and register its deactivation handler. FormCreate sets the form to us the Simple layout, calls SetLayout, and registers the FormDeactivate method as a deactivation handler in the global Application instance.
|
Implements a form displayed to capture a time value. |
|
|
The TApplication singleton. |
|
|
Adds an application deactivation handler. |
Version 4.0 | Generated 2025-05-03 | Home |