System.Notification.TCustomNotificationCenter.ApplicationIconBadgeNumber: Unterschied zwischen den Versionen
K (1 Version: Translated in Trados. LOC-20256) |
K (1 Version: Internal Review. LOC-20731_2) |
||
| (3 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
| Zeile 5: | Zeile 5: | ||
{{#ifeq: {{PAGENAME}} | System.Notification.TCustomNotificationCenter.ApplicationIconBadgeNumber| |{{InheritsFrom|System.Notification.TCustomNotificationCenter.ApplicationIconBadgeNumber}}}} | {{#ifeq: {{PAGENAME}} | System.Notification.TCustomNotificationCenter.ApplicationIconBadgeNumber| |{{InheritsFrom|System.Notification.TCustomNotificationCenter.ApplicationIconBadgeNumber}}}} | ||
| − | <section begin="short" /> | + | <section begin="short" />Legt die Zahl auf dem Kennzeichensymbol der Anwendung in iOS fest.<section end="short" /> |
| − | + | [[System.Notification.TCustomNotificationCenter.ApplicationIconBadgeNumber|ApplicationIconBadgeNumber]] ist nur mit iOS kompatibel; weitere Informationen finden Sie unter [[rad_de:Verwenden von Mitteilungen|Verwenden von Mitteilungen]]. | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | | | ||
| − | |||
| − | | | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Siehe auch=== | ===Siehe auch=== | ||
| + | * [[rad_de:Verwenden von Mitteilungen|Verwenden von Mitteilungen]] | ||
* [[System.Notification.TNotification.Number|System.Notification.TNotification.Number]] | * [[System.Notification.TNotification.Number|System.Notification.TNotification.Number]] | ||
| + | * [[Samp_en:FMX.SetResetBadgeNumber Sample|{{FM}} Set Reset Badge Number]] (Beispiel) | ||
[[Category:API-Dokumentation]] | [[Category:API-Dokumentation]] | ||
[[Category:Seattle]] | [[Category:Seattle]] | ||
Aktuelle Version vom 3. Dezember 2015, 14:23 Uhr
Delphi
property ApplicationIconBadgeNumber: Integer read DoGetIconBadgeNumber write DoSetIconBadgeNumber default 0;
C++
__property int ApplicationIconBadgeNumber = {read=DoGetIconBadgeNumber, write=DoSetIconBadgeNumber, default=0};
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| property | public | System.Notification.pas System.Notification.hpp |
System.Notification | TCustomNotificationCenter |
Beschreibung
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.