Vcl.ExtCtrls.TTrayIcon
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