System.Notification.TBaseNotificationCenter.PresentNotification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PresentNotification(const ANotification: TNotification);

C++

void __fastcall PresentNotification(TNotification* const ANotification);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Notification.pas
System.Notification.hpp
System.Notification TBaseNotificationCenter

Description

Immediatley presents a local notification.

PresentNotification calls DoPresentNotification.

See Also