System.Notification.TBaseNotificationCenter.DoPresentNotification
Delphi
procedure DoPresentNotification(const ANotification: TNotification); virtual; abstract;
C++
virtual void __fastcall DoPresentNotification(TNotification* const ANotification) = 0 ;
Propriétés
| Type | Visibilité | Source | Unité | Parent | 
|---|---|---|---|---|
| procedure function | protected | System.Notification.pas System.Notification.hpp | System.Notification | TBaseNotificationCenter | 
Description
Présente immédiatement une notification locale.
PresentNotification appelle DoPresentNotification.