System.Notification.TCustomNotificationCenter.DoSetIconBadgeNumber

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoSetIconBadgeNumber(const ACount: Integer); virtual;

C++

virtual void __fastcall DoSetIconBadgeNumber(const int ACount);

Properties

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

Description

Setter for the ApplicationIconBadgeNumber.

See Also