System.Notification.TCustomNotificationCenter.ApplicationIconBadgeNumber

提供:RAD Studio API Documentation

Delphi

property ApplicationIconBadgeNumber: Integer read DoGetIconBadgeNumber write DoSetIconBadgeNumber default 0;

C++

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

プロパティ

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


説明

iOS でのアプリケーション バッジ数を設定します。

ApplicationIconBadgeNumber は、iOS でのみ有効です(詳細については「通知の利用」参照)。

関連項目