Vcl.ExtCtrls.TBalloonFlags
Delphi
TBalloonFlags = (bfNone = NIIF_NONE, bfInfo = NIIF_INFO,
bfWarning = NIIF_WARNING, bfError = NIIF_ERROR);
C++
enum DECLSPEC_DENUM TBalloonFlags : unsigned char { bfNone, bfInfo, bfWarning, bfError };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | Vcl.ExtCtrls.pas Vcl.ExtCtrls.hpp |
Vcl.ExtCtrls | Vcl.ExtCtrls |
Description
A type specified when showing a balloon hint that puts one of the default icons on the balloon message.
You can set TBalloonFlags to one of the following values:
- bfNone
- bfInfo
- bfWarning
- bfError