System.Notification.TBaseNotificationCenter.DoGetIconBadgeNumber

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoGetIconBadgeNumber: Integer; virtual; abstract;

C++

virtual int __fastcall DoGetIconBadgeNumber() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
System.Notification.pas
System.Notification.hpp
System.Notification TBaseNotificationCenter

Description

Getter for the ApplicationIconBadgeNumber.

See Also