Vcl.Forms.TScreen.FormCount

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

Delphi

property FormCount: Integer read GetFormCount;

C++

__property int FormCount = {read=GetFormCount, nodefault};

プロパティ

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

説明

画面に表示されているフォームの数を示します。

FormCount プロパティは,現在画面に表示されているフォームの数を示します。これらのフォームには Forms プロパティを使ってアクセスできます。FormCount はアプリケーション内のすべてのフォームに反復処理を行うときに Forms とともに使用します。

関連項目