![]() |
Order and save right now!
20% off with the 729824315 dicscount code for Ultimate Pack and any another product for Delphi from Greatis Programming! |
⤷ Get number of MDIChild forms
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);
-
More for developers