
37# Lazarus Tutorial Creating a TPopupNotifier to notify the user about somehting
Published at : August 11, 2021
TPopupNotifier tpopupnotifier.png is a platform independent 'balloon help' component for showing pop-up messages anywhere on the screen. The component is based on TForm and has built in support for icon's, header text, message text and custom colorisation. TPopupNotifier is available fron the Common Controls tab of the Component Palette.

LazarusTutorialCreating