System.Notification.TCustomNotificationCenter.PresentNotification

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 TCustomNotificationCenter


Beschreibung

Zeigt sofort eine lokale Benachrichtigung an.

PresentNotification ruft DoPresentNotification auf.

Mit dem ANotification-Parameter geben Sie die TNotification an, die unmittelbar präsentert werden soll.

Hier finden Sie weitere Informationen zum Senden von Mitteilungen an die Mitteilungszentrale.

Siehe auch