294________________________________________________ 4

  Grouplndex, ,  0,   -
 .

13.         Grouplndex -
 1.

14. '  OnClick     (MNew). 
   ,     :

void _fastcall TFMDI::MNewClick(TObject *Sender)
(

TFDoc* TF = new TFDoc(this);

if (!TF) return;

TF->Caption = " " + IntToStr(MDIChildCount);

TF->Show() ;

}

15.      OnClick   
.   :

Cascade() ;

    :

TileMode = tbHorizontal;

Tile () ;

    :

TileMode = tbVertical;

Tiled ;

   :

Arrangelcons() ;

     .  -
       (. . 4.21). ,  -
       ,   -
    . ,   ,     
 Grouplndex         -
   FormStyle  fsNormal.    
,      MDI.

4.7.7  Screen  , 
  

  C++Builder     Scre-
en ()  TScreen,      Win-
dows  ,    .     -
 , ,    Screen,  Height  -
   Width   . ,  , , , 
      Position ,    -
 .         
,          ,
  , ,         -
        .  
 ,     , ,
,     OnCreate :

Width = Screen->Width / 2;

Height = Screen-height / 2;

        
.