RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TForm.MDIChildCount Property

Specifies the number of open MDI child forms.

Pascal
property MDIChildCount: Integer;
C++
__property int MDIChildCount;

Use MDIChildCount to get the number of open MDI child forms. 

MDIChildCount is meaningful only if the form is an MDI parent (that is, if the form's FormStyle property is set to fsMDIForm). 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!