System.Notification.TCustomNotificationCenter.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 TCustomNotificationCenter

Description

Sends a notification to the Notification Center to be presented immediately.

PresentNotification calls DoPresentNotification.

Use the ANotification parameter to indicate the TNotification to be presented immediately.

See more information about sending notifications to the Notification Center.

See Also