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

TPopupNotifier.Create

Constructor for the component instance.

Declaration

Source position: popupnotifier.pas line 93

public constructor TPopupNotifier.Create(

  AOwner: TComponent

); override;

Arguments

AOwner

  

Owner of the component instance.

Description

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.