[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the component instance
Source position: popupnotifier.pas line 87
public constructor TPopupNotifier.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the component instance |
Create is the constructor for the component instance. Create calls the inherited constructor using AOwner as the owner for the component instance. Create allocates resources needed for the vNotifierForm member, and sets the forms Visible property to False.
lazarus-ccr.sourceforge.net |