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

TCustomTrayIcon.Create

Create - constructor for TCustomTrayIcon: performs inherited Create then creates icon, timer and initialises balloon timeout

Declaration

Source position: extctrls.pp line 1284

public constructor TCustomTrayIcon.Create(

  TheOwner: TComponent

); override;

Description

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.

See also

TComponent.Create