[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ExtCtrls' (#lcl)

TCustomTrayIcon.BalloonHint

The text displayed in the balloon hint window.

Declaration

Source position: extctrls.pp line 1420

public property TCustomTrayIcon.BalloonHint : string
  read FBalloonHint
  write FBalloonHint;

Description

BalloonHint is a String property which contains the text displayed in a balloon hint window. It is used along with BalloonTimeout, BalloonTitle, and BalloonFlags in the ShowBalloonHint method. It is different than the value in the Hint property; Hint is used for mouse hover events.

See also

TCustomTrayIcon.BalloonTitle

  

Title used for the balloon hint window.

TCustomTrayIcon.BalloonFlags

  

Defines the balloon flag displayed for the tray icon balloon hint.

TCustomTrayIcon.BalloonTimeout

  

The interval after which the balloon hint disappears.

TCustomTrayIcon.ShowBalloonHint

  

Displays a balloon hint window near the tray icon.

TCustomTrayIcon.Hint

  

Hint text displayed when the mouse is hovered over the tray icon.


Version 3.2 Generated 2024-02-25 Home