System.Notification.TBaseNotificationCenter.ApplicationIconBadgeNumber

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

Delphi

property ApplicationIconBadgeNumber: Integer read DoGetIconBadgeNumber write DoSetIconBadgeNumber;

C++

__property int ApplicationIconBadgeNumber = {read=DoGetIconBadgeNumber, write=DoSetIconBadgeNumber, nodefault};

プロパティ

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


説明

未読通知の数。

サポート対象プラットフォーム

プラットフォーム サポート対象 コメント

iOS

YesC++11Feature.png

この数は、アプリケーション アイコン上のバッジ、または、通知センター内の通知として表示されます。

Android

Windows

OS X

関連項目