[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 initial value for the internal state tracking member to nbsUp. Create sets the event handlers in the class instance to the following private methods:
Version 4.0 | Generated 2025-05-03 | Home |