System.Notification.TCustomNotificationCenter.ScheduleNotification

De RAD Studio API Documentation
Aller à : navigation, rechercher

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