JVCL Help:TBalloonType

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Identifies different balloon types.

run\JvTrayIcon.pas


Pascal

 run\JvTrayIcon.pas
 TBalloonType = (
btNone,
btError,
btInfo,
btWarning
);


Members

Members Description
btNone A balloon containing no icon.
btError A balloon containing a red stop sign.
btInfo A balloon containing a blue "i".
btWarning A balloon containing a yellow exclamation point symbol.

run\JvTrayIcon.pas


Description

The TBalloonType type defines values that represent specific types of balloons. Each balloon type shows a different icon to the left of non blank titles. Possible values are: btNone, btError, btInfo, btWarning.

run\JvTrayIcon.pas


About

Navigation

no pages or subcategories

run\JvTrayIcon.pas



Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page