 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Simon Moscrop Guest
|
Posted: Tue Jul 08, 2003 4:41 pm Post subject: Re: MDI Forms |
|
|
procedure TForm1.CloseChildWindows(Sender: TObject);
var
iFormIndex : Integer;
begin
iFormIndex := pred(MDIChildCount);
While (iFormIndex >=0) do
begin
MDIChildren[iFormIndex].Close;
MDIChildren[iFormIndex].Free;
dec(iFormIndex);
end;
end;
"David Dvali" <d_dvali (AT) yahoo (DOT) com> wrote
| Quote: | How can I close all Opened MDI Forms?
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|