System.Notification.TBaseNotificationCenter.ApplicationIconBadgeNumber

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ApplicationIconBadgeNumber: Integer read DoGetIconBadgeNumber write DoSetIconBadgeNumber;

C++

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

Properties

Type Visibility Source Unit Parent
property public
System.Notification.pas
System.Notification.hpp
System.Notification TBaseNotificationCenter

Description

The number of unread notifications.

Platform Support

Platform Supported Comment

iOS

YesC++11Feature.png

This number may show as a badge on the application icon or a notification in the Notification Center.

Android

Windows

OS X

See Also