System.Notification.TCustomNotificationCenter.DoPresentNotification

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure DoPresentNotification(const ANotification: TNotification); virtual;

C++

virtual void __fastcall DoPresentNotification(TNotification* const ANotification);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
System.Notification.pas
System.Notification.hpp
System.Notification TCustomNotificationCenter


Description

Présente immédiatement une notification locale.

PresentNotification appelle DoPresentNotification.

Voir aussi