Vcl.Forms.TScreen.CustomFormCount

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

Delphi

property CustomFormCount: Integer read GetCustomFormCount;

C++

__property int CustomFormCount = {read=GetCustomFormCount, nodefault};

プロパティ

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

説明

画面に表示されているフォームまたはプロパティページの数を示します。

CustomFormCount プロパティは,画面に現在表示されているフォームまたはプロパティページの数を特定するために使用されます。フォームには CustomForms プロパティによってアクセスできます。CustomFormCount プロパティは,アプリケーション内のすべてのフォームとプロパティページを反復処理するのに CustomForms プロパティとともに使用することができます。

関連項目