Vcl.Controls.TDockZone.ChildCount

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ChildCount: Integer read GetChildCount;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDockZone

Beschreibung

Gibt die Anzahl der einem TDockZone-Objekt untergeordneten Zonen an.

ChildCount ist eine schreibgeschützte Eigenschaft, die die Anzahl der einem TDockZone-Objekt untergeordnete Zonen angibt.

Siehe auch