System.Notification.TNotification

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTNotification

Delphi

TNotification = class(TPersistent)

C++

class PASCALIMPLEMENTATION TNotification : public System::Classes::TPersistent

Properties

Type Visibility Source Unit Parent
class public
System.Notification.pas
System.Notification.hpp
System.Notification System.Notification

Description

A message from an application that displays in a designated notification area.

Depending on the platform, the notification area may have a different name (Notification Center, Action Center, Notification Drawer). An application may use notifications to inform a user about something. For example, an application may present notifications about unread emails, calendar events or other actions.

The body of the notification shows an arbitrary text. The notification may be fired at a specific date/time and can be scheduled to repeat. You can also enable a sound alert for an application. For further details, see using notifications.

Platform Support

Platform Supported

iOS

YesC++11Feature.png

Android

YesC++11Feature.png

Windows

YesC++11Feature.png

(Windows 8, Windows 10)

OS X

YesC++11Feature.png

(10.8+)

See Also