Vcl.Controls.TBalloonHintIcon
Delphi
TBalloonHintIcon = (bhInfo, bhWarning, bhError);
C++
enum DECLSPEC_DENUM TBalloonHintIcon : unsigned char { bhInfo, bhWarning, bhError };
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| enum | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | Vcl.Controls |
Beschreibung
TBalloonHintIcon legt den Typ des Symbols für einen TBalloonHint fest.
Die folgende Tabelle enthält die Werte für TBalloonHintIcon:
| Wert | Bedeutung |
|---|---|
|
bhInfo |
Informationssymbol |
|
bhWarning |
Warnungssymbol |
|
bhError |
Fehlersymbol |