System.Notification.TBaseNotificationCenter.DoSetIconBadgeNumber

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoSetIconBadgeNumber(const ACount: Integer); virtual; abstract;

C++

virtual void __fastcall DoSetIconBadgeNumber(const int ACount) = 0 ;

Properties

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

Description

Setter for the ApplicationIconBadgeNumber.

See Also