System.Notification.TBaseNotificationCenter.GetInstance
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.