...get more... for Delphi.NET, C#, VB.NET for Delphi VCL, BCB 3-6
greatis.blogspot.com
Use MDIChildCount property of Form. This property contains number of open MDI child forms.
with Form1 do Caption:='Count of MDIChild forms is '+ IntToStr(MDIChildCount);