System.Notification.TBaseNotificationCenter.DoSetIconBadgeNumber

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.Notification.pas
System.Notification.hpp
System.Notification TBaseNotificationCenter


説明

ApplicationIconBadgeNumber の設定メソッド。

関連項目