System.Notification.TBaseNotificationCenter.DoPresentNotification

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DoPresentNotification(const ANotification: TNotification); virtual; abstract;

C++

virtual void __fastcall DoPresentNotification(TNotification* const ANotification) = 0 ;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
System.Notification.pas
System.Notification.hpp
System.Notification TBaseNotificationCenter


Beschreibung

Zeigt sofort eine lokale Benachrichtigung an.

PresentNotification ruft DoPresentNotification auf.

Siehe auch