メインメニューを開く

RAD Studio API Documentation β

System.Notification.TBaseNotificationCenter.GetInstance

2015年9月19日 (土) 16:59時点におけるHonji (トーク | 投稿記録)による版 (1版: LOC-20330/2015.09.16.DocWikiPages_JA)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)

Delphi

class function GetInstance: TBaseNotificationCenter; virtual; abstract;

C++

virtual __classmethod TBaseNotificationCenter* __fastcall GetInstance() = 0 ;

プロパティ

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


説明

TBaseNotificationCenter のプラットフォーム固有のインスタンスを返します。

TCustomNotificationCenter は、コンストラクタ内でこのメソッドを呼び出します。

関連項目