[Overview][Types][Classes][Procedures and functions][Index] |
Create - constructor for TCustomTrayIcon: performs inherited Create then creates icon, timer and initialises balloon timeout
Source position: extctrls.pp line 1323
public constructor TCustomTrayIcon.Create( |
TheOwner: TComponent |
); override; |
Create creates a new instance of a TCustomTrayIcon class. If AOwner is not Nil, the new component attempts to insert itself in the list of owned components of the owner.
TComponent.Create |
lazarus-ccr.sourceforge.net |