RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ExtCtrls.TBalloonFlags Enumeration

A type specified when showing a balloon hint that puts one of the default icons on the balloon message.

Pascal
TBalloonFlags = (
  bfNone = NIIF_NONE,
  bfInfo = NIIF_INFO,
  bfWarning = NIIF_WARNING,
  bfError = NIIF_ERROR
);
C++
enum TBalloonFlags {
  bfNone = NIIF_NONE,
  bfInfo = NIIF_INFO,
  bfWarning = NIIF_WARNING,
  bfError = NIIF_ERROR
};

You can set TBalloonFlags to one of the following values:

  • bfNone
  • bfInfo
  • bfWarning
  • bfError

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!