FMX.Platform.IFMXSaveStateService.GetNotifications

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetNotifications: Boolean;

C++

virtual bool __fastcall GetNotifications() = 0 ;

プロパティ

種類 可視性 ソース ユニット
function public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXSaveStateService


説明

状態が保存された際に、Save State Service が通知するかどうかを返します。

このメソッドは、Android および iOS プラットフォームの場合に True を、OS X および Windows の場合に False を返します。

このメソッドが False を返した場合、状態はフォームを閉じる前に保存され、通知を待ちません。

GetNotifications は、Notifications プロパティの取得メソッドです。

関連項目