System.Notification.TBaseNotificationCenter.GetInstance : Différence entre versions
(LOC-20328) |
m (1 version : LOC-20328) |
(Aucune différence)
| |
Version actuelle datée du 22 septembre 2015 à 14:31
Delphi
class function GetInstance: TBaseNotificationCenter; virtual; abstract;
C++
virtual __classmethod TBaseNotificationCenter* __fastcall GetInstance() = 0 ;
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | protected | System.Notification.pas System.Notification.hpp |
System.Notification | TBaseNotificationCenter |
Description
Renvoie une instance de TBaseNotificationCenter spécifique à la plate-forme.
TCustomNotificationCenter appelle cette méthode dans le constructeur.