System.Notification.TBaseNotificationCenter.DoSetIconBadgeNumber

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
System.Notification.pas
System.Notification.hpp
System.Notification TBaseNotificationCenter


Beschreibung

Setter-Methode für ApplicationIconBadgeNumber.

Siehe auch