[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance
Source position: popupnotifier.pas line 48
public constructor TNotifierXButton.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner for the class 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 inital value for the internal state tracking member to nbsUp. Create sets the event handlers in the class instance to the following methods:
lazarus-ccr.sourceforge.net |