System.Notification.TCustomNotificationCenter.PresentNotification

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure PresentNotification(const ANotification: TNotification);

C++

void __fastcall PresentNotification(TNotification* const ANotification);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
System.Notification.pas
System.Notification.hpp
System.Notification TCustomNotificationCenter


Description

Envoie une notification locale au Centre de notifications afin qu'elle soit présentée immédiatement.

PresentNotification appelle DoPresentNotification.

Utilisez le paramètre ANotification pour indiquer la TNotification devant être présentée immédiatement.

Voir davantage d'informations sur l'envoi de notifications au Centre de notifications.

Voir aussi