System.Notification.TCustomNotificationCenter.DoPresentNotification
Delphi
procedure DoPresentNotification(const ANotification: TNotification); virtual;
C++
virtual void __fastcall DoPresentNotification(TNotification* const ANotification);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
procedure function  | 
		protected | System.Notification.pas System.Notification.hpp  | 
        System.Notification | TCustomNotificationCenter | 
Description
Immediatley presents a local notification.
PresentNotification calls DoPresentNotification.