Vcl.Forms.TScreen.FormCount
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 とともに使用します。