System.Notification.TCustomNotificationCenter

Delphi
TCustomNotificationCenter = class(TComponent)
C++
class PASCALIMPLEMENTATION TCustomNotificationCenter : public System::Classes::TComponent
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.Notification.pas System.Notification.hpp |
System.Notification | System.Notification |
Description
A base class to implement if you want to use the Notification Center as a component.
Platform Support
Platform | Supported |
---|---|
iOS |
![]() |
Android |
![]() |
Windows |
![]() (Windows 8 and higher) |
OS X |
![]() (10.8 and higher) |
See Also
- Android Developers - Notifications
- Notification Center on iOS and OS X
- Action Center on Windows