CAST II Game Engine

   DESCRIPTION       FEATURES       SCREENSHOTS       FORUMS       DOCUMENTATION       DOWNLOADS       CONTACTS   
Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Enumerations
Variables
Constants
Functions and Procedures
Identifiers

Class TTrayAppStarter

Unit

AppsInit

Declaration

type TTrayAppStarter = class(TWin32AppStarter)

Description

Starter class for a Win32 application with an icon in system tray

Hierarchy

TWin32AppStarter > TAppStarter

Methods

Overview

Publicdestructor Destroy; override;
Publicfunction AddTrayIcon: Boolean;
Protectedfunction ProcessMessage(Msg: Longword; wParam: Integer; lParam: Integer): Integer; override;
Publicprocedure RemoveTrayIcon;

Description

Publicdestructor Destroy; override;

 

Publicfunction AddTrayIcon: Boolean;

Adds an icon to system tray and returns True if success

Protectedfunction ProcessMessage(Msg: Longword; wParam: Integer; lParam: Integer): Integer; override;

Windows message handler

Publicprocedure RemoveTrayIcon;

Removes an icon to system tray

Last modified: 4 Jul, 2008
Copyright (C) 2006-2008, casteng.com