FMX.Platform.IFMXSaveStateService.GetNotifications
Delphi
function GetNotifications: Boolean;
C++
virtual bool __fastcall GetNotifications() = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FMX.Platform.pas FMX.Platform.hpp |
FMX.Platform | IFMXSaveStateService |
Description
Returns whether the Save State Service notifies when the state should be saved.
This method returns True in the case of Android and iOS platforms, and False in the case of OS X and Windows.
When this method retruns False, the state is saved before closing the form, without waiting for notifications.
GetNotifications is the getter method of the Notifications property.