946  15

   Componentlndex,    TComponent. 
  , ..     0.   -
,    Components,   Componen-
tCount,    TComponent.  ComponentCount  1 -
    Components.

 Components     ComponentCount  -
,    -   .



1.         ,  -
   Buttoni,    10 .

for(int i = 0; i < ComponentCount; i++)
if(Components[i]->Name != "Buttoni"1)

((TControl *)Components[i])->Left += 10;

2.    ,    Tag  -
  ,   Tag =1.

for(int i = 0; i < ComponentCount; i++)
if(Components[i]->Tag == 1)

((TControl *)Components[i])->Left += 10;

Constraints________________________________________

       -
     

 TControl



_property TSizeConstraints* Constraints



 Constraints    TSizeConstraints.  
   : MaxHeight, MaxWidth, MinHeight  Min-

Width          
 .       TConstraintSize   
.

    MaxHeight, MaxWidth, MinHeight  Min-
Width  0,    .     
      
   .

 -         -
     ,   -
     .    -
     .   
     , ..  . , 
     MaxHeight = 500  MaxWidth = 500,  -
     ,   500  500.   -
        ,
    .  ,     -
 .    ,      -
-    .