Vcl.Controls.TDockZone.ChildCount

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

Delphi

property ChildCount: Integer read GetChildCount;

C++

__property int ChildCount = {read=GetChildCount, nodefault};

プロパティ

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

説明

TDockZone オブジェクトの子ゾーンの数を指定します。

ChildCount は、TDockZone オブジェクトの子ゾーンの数を指定する読み取り専用プロパティです。

関連項目