FMX.Platform.IFMXSaveStateService.Notifications
Delphi
property Notifications: Boolean read GetNotifications;
C++
__property bool Notifications = {read=GetNotifications};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | public | FMX.Platform.pas FMX.Platform.hpp |
FMX.Platform | IFMXSaveStateService |
説明
状態が保存された際に、Save State Service が通知するかどうかを示します。
このプロパティは、Android および iOS プラットフォームの場合に True を、OS X および Windows の場合に False となります。
このプロパティが False の場合、状態はフォームを閉じる前に保存され、通知を待ちません。
Notifications プロパティは、取得メソッドとして GetNotifications を使用します。