[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: popupnotifier.pas line 66
public constructor TNotifierForm.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the form instance. |
Create is the constructor for the class instance. Create calls the inherited constructor using AOwner as the owner for the class instance. Create sets the BorderStyle to bsNone, and calculates the Width and Height for the form. Create allocates resources and configures the Icon, Title, Text, and Button for the form. The Color for the form is set to clInfoBk.
Create sets the event handlers in the class instance to the following methods:
Create calls HandleResize to resize the current form instance and apply sizing constraints.
Version 4.0 | Generated 2025-05-03 | Home |