System.Notification.TCustomNotificationCenter.ScheduleNotification
Delphi
procedure ScheduleNotification(const ANotification: TNotification);
C++
void __fastcall ScheduleNotification(TNotification* const ANotification);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
procedure function |
public | System.Notification.pas System.Notification.hpp |
System.Notification | TCustomNotificationCenter |
Description
Planifie une notification locale pour la livraison à une date et heure spécifique.
Utilisez le paramètre ANotification
pour indiquer la TNotification à planifier.
Voir davantage d'informations sur la planification des notifications.
Voir aussi
- System.Notification.TCustomNotificationCenter.CancelAll
- System.Notification.TCustomNotificationCenter.CancelNotification
- System.Notification.TCustomNotificationCenter.Create
- System.Notification.TCustomNotificationCenter.CreateNotification
- System.Notification.TCustomNotificationCenter.PresentNotification