System.Notification.TNotificationCenter.ApplicationIconBadgeNumber

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ApplicationIconBadgeNumber: Integer read DoGetIconBadgeNumber write DoSetIconBadgeNumber default 0;

C++

__property ApplicationIconBadgeNumber = {default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
System.Notification.pas
System.Notification.hpp
System.Notification TNotificationCenter

Beschreibung

Legt die Zahl auf dem Kennzeichensymbol der Anwendung in iOS fest.

System.Notification.TNotificationCenter.ApplicationIconBadgeNumber erbt von System.Notification.TCustomNotificationCenter.ApplicationIconBadgeNumber. Der folgende Inhalt bezieht sich auf System.Notification.TCustomNotificationCenter.ApplicationIconBadgeNumber.

Legt die Zahl auf dem Kennzeichensymbol der Anwendung in iOS fest.

ApplicationIconBadgeNumber ist nur mit iOS kompatibel; weitere Informationen finden Sie unter Verwenden von Mitteilungen.

Siehe auch