System.Notification.TNotification.Name

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

Name: string;

C++

System::UnicodeString Name;

プロパティ

種類 可視性 ソース ユニット
field public
System.Notification.pas
System.Notification.hpp
System.Notification TNotification


説明

通知の一意の識別子です。

この識別子を使って、通知をキャンセルしたり変更することができます。この識別子が一意でないと、アクション(キャンセルまたは変更)が他の通知に影響を及ぼす可能性があります。

関連項目