FMX.Forms.TScreen.PopupFormCount

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

Delphi

property PopupFormCount: Integer read GetPopupFormCount;

C++

__property int PopupFormCount = {read=GetPopupFormCount, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TScreen


説明

アプリケーションで現在作成されている、ポップアップ スタイルのフォームの数を示します。

PopupFormCount を読み込むと、アプリケーションで現在作成されている、ポップアップ スタイルのフォームの数を取得することができます。 これらのポップアップ フォームは、PopupForms プロパティからアクセスすることができます。 PopupFormCount は、PopupForms と共に使用して、アプリケーション内のすべてのポップアップ フォームをイテレートすることができます。

関連項目