, , , , ________________________995



1. List->Expand() ;

  List    ,   .   
,    .

2. Listi = List->Expand();

  Listi,    List.   -
  ,    List  Listloaac .

FillRect

   ,   
Brush

 TCanuas



void   fastcall FillRect(const Windows::TRect &Rect);



 FillRect   ,  
Rect,     Brush.   
    ,      
.   FillRect  Rect   
Rect (.  14.9  14).





Imagel->Canvas->FillRect(Rect(0,0, Imagel->Width, Imagel->Height)) ;

    Imagel,   ,    
 Brush.

FindNextControl

      


 TWinControl



TWinControl* _fastcall FindNextControl(TWinControl* CurControl,

bool GoForward, bool CheckTabStop, bool CheckParent);



 FindNextControl        -
 CurControl       -
 .  CurControl     
 ,   ,    -
.    ,  CurControl   -
   .

 GoForward   .    true, 
     ,   CurControl.

32*