[Overview][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: extctrls.pp line 1448
public constructor TCustomTrayIcon.Create( |
TheOwner: TComponent |
); override; |
Create is the overridden constructor for the class instance, and calls the inherited constructor on entry. If AOwner is not Nil, the new component attempts to insert itself in the list of owned components in the owner class instance.
Creates sets the default values for properties in the class instance, like:
Create allocates resources for members which implement the Icon and Icons properties, and internal TTimer instances used for animated icons and balloon hints. A TPopupNotifier instance is also created for platforms without native support for balloon hint display.
Version 4.0 | Generated 2025-05-03 | Home |