System.Notification.TCustomNotificationCenter.DoSetIconBadgeNumber

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DoSetIconBadgeNumber(const ACount: Integer); virtual;

C++

virtual void __fastcall DoSetIconBadgeNumber(const int ACount);

Eigenschaften

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


Beschreibung

Setter-Methode für ApplicationIconBadgeNumber.

Siehe auch