System.Notification.TNotificationCenter
Delphi
TNotificationCenter = class(TCustomNotificationCenter)
C++
class PASCALIMPLEMENTATION TNotificationCenter : public TCustomNotificationCenter
Inhaltsverzeichnis
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| class | public | System.Notification.pas System.Notification.hpp  | 
        System.Notification | System.Notification | 
Beschreibung
Die Komponente Mitteilungszentrale.
Die Komponente TNotificationCenter ermöglicht Ihnen, auf den Benachrichtigungsdienst zuzugreifen, und erweitert die Funktionalität von TCustomNotificationCenter.
TNotificationCenter veröffentlicht eine Eigenschaftsmenge im Objektinspektor und gestattet Ihnen, eine Instanz von TNotification zu erstellen.
Plattform-Unterstützung
| Plattform | Unterstützt | 
|---|---|
| 
 iOS  | 
|
| 
 Android  | 
|
| 
 Windows  | 
(Windows 8, Windows 10)  | 
| 
 OS X  | 
(10.8+)  | 
Siehe auch
- Android Developers - Notifications (EN)
 - Mitteilungszentrale (EN) unter iOS und OS X
 - Action Center (EN) unter Windows