System.Notification.TBaseNotificationCenter.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 TBaseNotificationCenter


Beschreibung

Zeigt sofort eine lokale Benachrichtigung an.

PresentNotification ruft DoPresentNotification auf.

Siehe auch