System.Notification.TBaseNotificationCenter.GetInstance

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

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 は、コンストラクタ内でこのメソッドを呼び出します。

関連項目