FMX.Platform.IFMXSaveStateService.GetNotifications
Delphi
function GetNotifications: Boolean;
C++
virtual bool __fastcall GetNotifications(void) = 0 ;
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | public | FMX.Platform.pas FMX.Platform.hpp |
FMX.Platform | IFMXSaveStateService |
Description
Renvoie si le service Enregistrer l'état envoie une notification lorsque l'état doit être enregistré.
Cette méthode renvoie True lorsqu'il s'agit des plates-formes Android et iOS, et False lorsqu'il s'agit de Mac OS X et Windows.
Lorsque cette méthode renvoie False, l'état est enregistré avant la fermeture de la fiche, sans attendre de notification.
GetNotifications est la méthode d'accesseur en lecture de la propriété Notifications.