Vcl.ExtCtrls.TCustomTrayIcon.Refresh

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Refresh(Message: Integer): Boolean; overload;
procedure Refresh; overload;

C++

bool __fastcall Refresh(int Message)/* overload */;
void __fastcall Refresh()/* overload */;

Properties

Type Visibility Source Unit Parent
function public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomTrayIcon

Description

Repaints the tray icon on the screen.

Repaints the tray icon on the screen.