API:System.Notification.TNotificationCenter.ApplicationIconBadgeNumber

提供:RAD Studio API Documentation

Delphi

property ApplicationIconBadgeNumber: Integer read DoGetIconBadgeNumber write DoSetIconBadgeNumber default 0;

C++

__property ApplicationIconBadgeNumber = {default=0};

プロパティ

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

説明

iOS でのアプリケーション バッジ数を設定します。 {{#multireplace:System.Notification.TNotificationCenter.ApplicationIconBadgeNumber|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:System.Notification.TCustomNotificationCenter.ApplicationIconBadgeNumber|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:System.Notification.TCustomNotificationCenter.ApplicationIconBadgeNumber|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。

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

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

関連項目