FMX.Platform.IFMXSaveStateService.Notifications

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Notifications: Boolean read GetNotifications;

C++

__property bool Notifications = {read=GetNotifications};

Propriétés

Type Visibilité  Source Unité  Parent
property public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXSaveStateService


Description

Indique si le service Enregistrer l'état envoie une notification lorsque l'état doit être enregistré.

Cette propriété est définie sur True lorsqu'il s'agit des plates-formes Android et iOS, et sur False lorsqu'il s'agit de OS X et Windows.

Lorsque cette propriété est définie sur False, l'état est enregistré avant la fermeture de la fiche, sans attendre de notification.

La propriété Notifications utilise GetNotifications comme méthode d'accesseur en lecture.

Voir aussi