API:System.Notification.TNotificationCenter.ApplicationIconBadgeNumber

Aus RAD Studio API Documentation

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. {{#multireplace:System.Notification.TNotificationCenter.ApplicationIconBadgeNumber|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:System.Notification.TCustomNotificationCenter.ApplicationIconBadgeNumber|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:System.Notification.TCustomNotificationCenter.ApplicationIconBadgeNumber|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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