System.Notification.TNotification.Name

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Name: string;

C++

System::UnicodeString Name;

Properties

Type Visibility Source Unit Parent
field public
System.Notification.pas
System.Notification.hpp
System.Notification TNotification

Description

The unique identifier for a notification.

You can use this identifier to cancel or modify a notification. If the identifier is not unique, any action (cancellation or modification) may affect other notifications.

See Also