System.Notification.TBaseNotificationCenter.GetInstance

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function GetInstance: TBaseNotificationCenter; virtual; abstract;

C++

virtual __classmethod TBaseNotificationCenter* __fastcall GetInstance() = 0 ;

Eigenschaften

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


Beschreibung

Gibt eine plattformspezifische Instanz von TBaseNotificationCenter zurück.

TCustomNotificationCenter ruft diese Methode im Konstruktor auf.

Siehe auch