Class TASTrayIcon (unit ASTrayIcon)

Inherits from

TRxTrayIcon

Constructors


constructor Create(AOwner: TComponent);

Protected declarations


Functions

destructor Destroy;

Check if there is already one of us!

Procedure Loaded;


Procedure ProcessEnabled;


Procedure HookParent;


Procedure HookWndProc(var Message: TMessage);


Procedure SetHideForm(Value:Boolean);

Always call inherited Loaded method

Procedure UnhookParent;


Properties

property HideForm : Boolean


Events

Variables

FHideForm : Boolean;


NewWndProc : Pointer;


OldWndProc : TFarProc;



Constructors


constructor Create(AOwner: TComponent);

Protected declarations


Functions


destructor Destroy;

Check if there is already one of us!


Procedure Loaded;


Procedure ProcessEnabled;


Procedure HookParent;


Procedure HookWndProc(var Message: TMessage);


Procedure SetHideForm(Value:Boolean);

Always call inherited Loaded method


Procedure UnhookParent;


Properties


property HideForm : Boolean


Events


Variables


FHideForm : Boolean;


NewWndProc : Pointer;


OldWndProc : TFarProc;