, , , , _______________________941

     TFont   Charset, 
DEFAULT_CHARSET.   ,   C++Builder  -
,    .       
        
RUSSIAN_CHARSET.       
,    DEFAULT_CHARSET    -
 .



.  4   Font.

ClientHeight_________________________________________

    
 TControl



property int ClientHeight



 ClientHeight       -
  .  ClientHeight ,   -
   ,    , 
  - (.    BoundsRect).

    ClientRect.Bottom (. ClientRect).

  TControl  ClientHeight   Height.   -
     Height. ,    Client-
Height   - ,  ,  , 
.



   ,   Panell,   -
  ListBoxl,        
.        ,
   OnResize     :

ListBoxl->Height = Panell->ClientHeight - ListBoxl->Top - 20;

        4.2  4.

ClientOrigin__________________________________________

        


 TControl
   



struct TPoint
(

int x;

int ;

);

_property Windows :: TPoint ClientOri-gin