System.Notification.TBaseNotificationCenter.PresentNotification
Delphi
procedure PresentNotification(const ANotification: TNotification);
C++
void __fastcall PresentNotification(TNotification* const ANotification);
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| procedure function | public | System.Notification.pas System.Notification.hpp | System.Notification | TBaseNotificationCenter | 
Beschreibung
Zeigt sofort eine lokale Benachrichtigung an.
PresentNotification ruft DoPresentNotification auf.