Vcl.Controls.TDockZone.ChildCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ChildCount: Integer read GetChildCount;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDockZone

Description

Specifies the number of child zones of a TDockZone object.

ChildCount is a read-only property that specifies the number of child zones of a TDockZone object.

See Also