[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'TimePopup' (#lcl)

TTimePopupForm.FormCreate

Performs actions needed when the form instance is created.

Declaration

Source position: timepopup.pas line 57

published procedure TTimePopupForm.FormCreate(

  Sender: TObject

);

Arguments

Sender

  

Object for the event notification.

Description

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.

See also

TTimePopupForm

  

Implements a form displayed to capture a time value.

Application

  

The TApplication singleton.

TApplication.AddOnDeactivateHandler

  

Adds an application deactivation handler.


Version 4.0 Generated 2025-05-03 Home