Vcl.ExtCtrls.TTrayIcon.Visible
Delphi
property Visible: Boolean read FVisible write SetVisible default 0;
C++
__property Visible = {default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.ExtCtrls.pas Vcl.ExtCtrls.hpp |
Vcl.ExtCtrls | TTrayIcon |
Description
Determines whether the icon appears in the system tray.
Vcl.ExtCtrls.TTrayIcon.Visible inherits from Vcl.ExtCtrls.TCustomTrayIcon.Visible. All content below this line refers to Vcl.ExtCtrls.TCustomTrayIcon.Visible.
Determines whether the icon appears in the system tray.
Determines whether the icon appears in the system tray.
Code Examples