System.Notification.TNotification

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

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

Error creating thumbnail: Unable to save thumbnail to destination

Android

Error creating thumbnail: Unable to save thumbnail to destination

Windows

Error creating thumbnail: Unable to save thumbnail to destination

(Windows 8, Windows 10)

OS X

Error creating thumbnail: Unable to save thumbnail to destination

(10.8+)

See Also