Vcl.ExtCtrls.TTrayIcon

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ExtCtrls.TCustomTrayIconSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTTrayIcon

Delphi

TTrayIcon = class(TCustomTrayIcon)

C++

class PASCALIMPLEMENTATION TTrayIcon : public TCustomTrayIcon

Properties

Type Visibility Source Unit Parent
class public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls Vcl.ExtCtrls

Description

Creates an icon in the system tray next to the clock.

Use the TTrayIcon component to create an icon in the system tray next to the clock. TTrayIcon has events for mouse clicks, properties for menus and animation of the icon, and methods for showing balloon hints.

See Also


Code Examples